Skip to content

Commit ab4bea6

Browse files
committed
fix: outdated scripts?
1 parent 41c5143 commit ab4bea6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
password: ${{ secrets.CR_PAT }}
2727

2828
- name: Build and push (AMD64)
29-
uses: docker/build-push-action@v4
29+
uses: docker/build-push-action@v6
3030
with:
3131
platforms: linux/amd64
3232
context: .
@@ -55,7 +55,7 @@ jobs:
5555
password: ${{ secrets.CR_PAT }}
5656

5757
- name: Build and push (ARM64)
58-
uses: docker/build-push-action@v4
58+
uses: docker/build-push-action@v6
5959
with:
6060
platforms: linux/arm64
6161
context: .

0 commit comments

Comments
 (0)