Skip to content

Commit

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

Bump docker/build-push-action from 5.2.0 to 5.3.0
  • Loading branch information
andrueastman authored Mar 19, 2024
2 parents 1192a6e + ee8027a commit 8ec9b8c
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 GitHub Packages - Nightly
if: ${{ github.ref == 'refs/heads/vnext' }}
uses: docker/build-push-action@v5.2.0
uses: docker/build-push-action@v5.3.0
with:
push: true
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:nightly
- name: Push to GitHub Packages - Release
if: ${{ github.ref == 'refs/heads/master' }}
uses: docker/build-push-action@v5.2.0
uses: docker/build-push-action@v5.3.0
with:
push: true
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest,${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.getversion.outputs.version }}

0 comments on commit 8ec9b8c

Please sign in to comment.