Skip to content

Commit

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

chore(deps): bump docker/build-push-action from 6.10.0 to 6.11.0
  • Loading branch information
baywet authored Jan 13, 2025
2 parents 6cf9059 + 25765f9 commit 055a6e1
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 @@ -30,13 +30,13 @@ jobs:
id: getversion
- name: Push to registry - Nightly
if: ${{ github.ref == 'refs/heads/dev' }}
uses: docker/build-push-action@v6.10.0
uses: docker/build-push-action@v6.11.0
with:
push: true
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:nightly
- name: Push to registry - Release
if: ${{ github.ref == 'refs/heads/main' || github.ref == 'refs/heads/support/v1' }}
uses: docker/build-push-action@v6.10.0
uses: docker/build-push-action@v6.11.0
with:
push: true
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest,${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.getversion.outputs.version }}

0 comments on commit 055a6e1

Please sign in to comment.