Skip to content

Commit e0d2f59

Browse files
[github-actions] Bump docker/build-push-action from 5 to 6 (#11)
1 parent 81c825b commit e0d2f59

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/docker-build-push-on-tag-or-release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
password: ${{ secrets.REGISTRY_PASSWORD }}
4545

4646
- name: Build and push
47-
uses: docker/build-push-action@v5
47+
uses: docker/build-push-action@v6
4848
with:
4949
context: .
5050
tags: ${{ steps.meta.outputs.tags }}

.github/workflows/docker-build.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
uses: docker/setup-buildx-action@v3
4141

4242
- name: Build and push
43-
uses: docker/build-push-action@v5
43+
uses: docker/build-push-action@v6
4444
with:
4545
context: .
4646
tags: ${{ steps.meta.outputs.tags }}
@@ -80,7 +80,7 @@ jobs:
8080
password: ${{ secrets.REGISTRY_PASSWORD }}
8181

8282
- name: Build and push
83-
uses: docker/build-push-action@v5
83+
uses: docker/build-push-action@v6
8484
with:
8585
context: .
8686
tags: ${{ steps.meta.outputs.tags }}

0 commit comments

Comments
 (0)