Skip to content

Commit 4af3946

Browse files
Update docker/build-push-action action to v6
1 parent c7b002b commit 4af3946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/archiso.yml

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

2929
- name: Build and push image
30-
uses: docker/build-push-action@v5
30+
uses: docker/build-push-action@v6
3131
with:
3232
push: true
3333
context: .

0 commit comments

Comments
 (0)