Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/publish-arch-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:

- name: Build and push Arch container image
id: push
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
with:
push: true
context: containers/arch
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-debian-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:

- name: Build and push Debian container image
id: push
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
with:
push: true
context: containers/debian
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:

- name: Build and push Debian container image
id: push
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
with:
push: true
context: containers/debian-large
Expand Down
Loading