chore(deps): update wetransform/hale-cli docker tag to v5.3.0 #32
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build | |
on: | |
pull_request: | |
branches: | |
- master | |
# Note: Images are currently published via Docker Hub automated build | |
push: | |
branches: | |
- master | |
workflow_dispatch: {} | |
jobs: | |
build: | |
uses: wetransform/gha-workflows/.github/workflows/dockerfile-build.yml@2c69afaa675dfca01d1bb1acb6150187f0dad05a # v2.3.0 | |
with: | |
image: wetransform/conversion-hale | |
tag: ci |