Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit 4ce8265

Browse files
Merge pull request #395 from microsoftgraph/dependabot/github_actions/docker/build-push-action-5.1.0
Bump docker/build-push-action from 5.0.0 to 5.1.0
2 parents 8193309 + d5d3661 commit 4ce8265

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
registry: ${{ env.REGISTRY }}
3939
- name: Push to GitHub Packages - Nightly
4040
if: github.ref == 'refs/heads/main' || github.event.inputs.tag == 'main'
41-
uses: docker/build-push-action@v5.0.0
41+
uses: docker/build-push-action@v5.1.0
4242
with:
4343
push: true
4444
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:nightly
@@ -47,7 +47,7 @@ jobs:
4747
"token=${{ secrets.NUGET_PASSWORD }}"
4848
- name: Push to GitHub Packages - Release
4949
if: startsWith(github.ref, 'refs/tags/v') || startsWith(github.event.inputs.tag, 'v')
50-
uses: docker/build-push-action@v5.0.0
50+
uses: docker/build-push-action@v5.1.0
5151
with:
5252
push: true
5353
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest,${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.get-version.outputs.version }}

0 commit comments

Comments
 (0)