Skip to content

Commit

Permalink
Merge pull request #4897 from microsoft/dependabot/github_actions/doc…
Browse files Browse the repository at this point in the history
…ker/build-push-action-6.2.0

chore(deps): bump docker/build-push-action from 6.1.0 to 6.2.0
  • Loading branch information
andrueastman authored Jun 27, 2024
2 parents c17725b + 4b142e7 commit 81c351e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
run: echo "date=$(date +'%Y%m%d')" >> $GITHUB_OUTPUT
- name: Push to GitHub Packages - Nightly
if: contains(github.ref, env.PREVIEW_BRANCH)
uses: docker/build-push-action@v6.1.0
uses: docker/build-push-action@v6.2.0
with:
push: true
platforms: linux/amd64,linux/arm64/v8,linux/arm/v7
Expand All @@ -84,7 +84,7 @@ jobs:
# we can't get the sequence number from ADO so we default it back to github run number
- name: Push to GitHub Packages - Release
if: contains(github.ref, 'refs/tags/v')
uses: docker/build-push-action@v6.1.0
uses: docker/build-push-action@v6.2.0
with:
push: true
platforms: linux/amd64,linux/arm64/v8,linux/arm/v7
Expand Down

0 comments on commit 81c351e

Please sign in to comment.