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

Commit b4e8f54

Browse files
Update docker/build-push-action action to v6
1 parent 2baf4b1 commit b4e8f54

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)