Skip to content

Commit

Permalink
Merge pull request #1401 from alphagov/dj-maisy/re-enable-asset-mgr-m…
Browse files Browse the repository at this point in the history
…ultibuild

Re-enable the multi-arch build process
  • Loading branch information
dj-maisy authored Jun 17, 2024
2 parents f3c0737 + 72a56e6 commit bc4ee51
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 @@ -25,7 +25,7 @@ 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-image.yml@main
uses: alphagov/govuk-infrastructure/.github/workflows/build-and-push-multiarch-image.yml@main
with:
gitRef: ${{ inputs.gitRef || github.event.release.tag_name }}
permissions:
Expand Down

0 comments on commit bc4ee51

Please sign in to comment.