Skip to content

Commit 42babc3

Browse files
Update docker/build-push-action action to v6
1 parent 9007029 commit 42babc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/debian-10.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
password: ${{ secrets.GHCR_TOKEN }}
2727

2828
- name: Build and push image
29-
uses: docker/build-push-action@v5
29+
uses: docker/build-push-action@v6
3030
with:
3131
push: true
3232
context: .

0 commit comments

Comments
 (0)