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

Commit 93620be

Browse files
Merge pull request #529 from microsoftgraph/dependabot/github_actions/docker/build-push-action-6.13.0
chore(deps): bump docker/build-push-action from 6.12.0 to 6.13.0
2 parents 9223734 + b4746f6 commit 93620be

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,13 +38,13 @@ 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@v6.12.0
41+
uses: docker/build-push-action@v6.13.0
4242
with:
4343
push: true
4444
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:nightly
4545
- name: Push to GitHub Packages - Release
4646
if: startsWith(github.ref, 'refs/tags/v') || startsWith(github.event.inputs.tag, 'v')
47-
uses: docker/build-push-action@v6.12.0
47+
uses: docker/build-push-action@v6.13.0
4848
with:
4949
push: true
5050
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest,${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.get-version.outputs.version }}

0 commit comments

Comments
 (0)