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

Commit 7f9b418

Browse files
Merge pull request #143 from microsoftgraph/dependabot/github_actions/docker/build-push-action-6.16.0
chore(deps): bump docker/build-push-action from 6.15.0 to 6.16.0
2 parents ff3054a + 3bfaf91 commit 7f9b418

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.15.0
41+
uses: docker/build-push-action@v6.16.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.15.0
47+
uses: docker/build-push-action@v6.16.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)