Skip to content
This repository was archived by the owner on Mar 10, 2026. It is now read-only.

Commit a4105bc

Browse files
authored
Merge pull request #4 from small-hack/renovate/docker-build-push-action-6.x
Update docker/build-push-action action to v6
2 parents 2baf4b1 + b4e8f54 commit a4105bc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/docker-push-daily.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
- name: Docker Build and Push
4242
if: ${{ github.event == 'workflow_dispatch' }}
43-
uses: docker/build-push-action@v5
43+
uses: docker/build-push-action@v6
4444
with:
4545
push: true
4646
context: .
@@ -52,7 +52,7 @@ jobs:
5252
# push with ref_name if
5353
- name: Docker Build and Push
5454
if: ${{ github.event != 'workflow_dispatch' && github.event != 'schedule' }}
55-
uses: docker/build-push-action@v5
55+
uses: docker/build-push-action@v6
5656
with:
5757
push: true
5858
context: .
@@ -67,7 +67,7 @@ jobs:
6767

6868
- name: Docker Build and Push
6969
if: ${{ github.event == 'schedule' }}
70-
uses: docker/build-push-action@v5
70+
uses: docker/build-push-action@v6
7171
with:
7272
push: true
7373
context: .

0 commit comments

Comments
 (0)