Merge pull request #1845 from alphagov/dependabot/bundler/pry-0.16.0 #71
Workflow file for this run
This file contains hidden or 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 and push DGU Find Image on tags | |
| on: | |
| workflow_dispatch: | |
| push: | |
| tags: | |
| - 'v[0-9]+.[0-9]+.[0-9]+' | |
| jobs: | |
| build_and_push: | |
| name: Build and push the DGU Find Image w/ tags | |
| permissions: | |
| contents: read | |
| packages: write | |
| id-token: write | |
| uses: ./.github/workflows/build-image.yaml | |
| with: | |
| buildType: build_push_with_gittag | |
| gitRef: ${{ github.ref_name }} |