Skip to content

Commit

Permalink
Merge pull request #2518 from alphagov/mongo-to-pg-workflow-changes
Browse files Browse the repository at this point in the history
Update workflow to use custom workflow for test
  • Loading branch information
dj-maisy authored Jan 28, 2025
2 parents 88bbe2f + 853edc7 commit 902f84e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy_mongo_to_pg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,11 @@ jobs:
build-and-publish-image:
if: github.event_name == 'workflow_dispatch' || startsWith(github.event.release.tag_name, 'v')
name: Build and publish image
uses: alphagov/govuk-infrastructure/.github/workflows/build-and-push-multiarch-image.yml@main
uses: alphagov/govuk-infrastructure/.github/workflows/build-and-push-multiarch-image.yml@dj-maisy/allow-builds-with-custom-tags
with:
gitRef: ${{ inputs.gitRef || github.event.release.tag_name }}
imageName: publisher-on-postgres-branch
tagSuffix: -on-pg
imageName: publisher
permissions:
id-token: write
contents: read
Expand Down

0 comments on commit 902f84e

Please sign in to comment.