Skip to content

Commit

Permalink
Merge pull request #153 from hmcts/renovate/docker-build-push-action-6.x
Browse files Browse the repository at this point in the history
Update docker/build-push-action action to v6
  • Loading branch information
endakelly authored Jul 22, 2024
2 parents 70eb63f + 51a2338 commit e6c853a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/acr-build-and-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
echo "::set-output name=BUILD_ID::${sha}-${ts}"
- name: Build and Push
id: docker_build
uses: docker/build-push-action@v4
uses: docker/build-push-action@v6
with:
push: true
platforms: linux/amd64,linux/arm64
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/acr-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
echo "::set-output name=BUILD_ID::${sha}-${ts}"
- name: Build and Push
id: docker_build
uses: docker/build-push-action@v4
uses: docker/build-push-action@v6
with:
push: true
platforms: linux/amd64,linux/arm64
Expand Down

0 comments on commit e6c853a

Please sign in to comment.