Skip to content

Commit 1281fc2

Browse files
authored
Merge pull request #1956 from containerd/dependabot/github_actions/docker/build-push-action-6.13.0
build(deps): bump docker/build-push-action from 6.12.0 to 6.13.0
2 parents 38aad33 + cabe48b commit 1281fc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/kind-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
password: ${{ secrets.GITHUB_TOKEN }}
3434

3535
- name: Build and push
36-
uses: docker/build-push-action@v6.12.0
36+
uses: docker/build-push-action@v6.13.0
3737
with:
3838
context: .
3939
push: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)