Skip to content

Commit

Permalink
Merge pull request #263 from alphagov/dj-maisy/use_multiarch_workflow
Browse files Browse the repository at this point in the history
Switch to the multi-arch workflow
  • Loading branch information
csutter committed Apr 25, 2024
2 parents 638ede5 + a079a3b commit 3dab422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
build-and-publish-image:
if: github.event_name == 'workflow_dispatch' || startsWith(github.ref_name, 'v')
name: Build and publish image
uses: alphagov/govuk-infrastructure/.github/workflows/build-and-push-image.yml@main
uses: alphagov/govuk-infrastructure/.github/workflows/build-and-push-multiarch-image.yml@main
with:
gitRef: ${{ inputs.gitRef || github.ref_name }}
permissions:
Expand Down

0 comments on commit 3dab422

Please sign in to comment.