Skip to content

Commit

Permalink
Reorder options
Browse files Browse the repository at this point in the history
  • Loading branch information
rumpelsepp committed Nov 1, 2024
1 parent d831064 commit 5a91eb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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,9 +52,9 @@ jobs:
id: push
uses: docker/build-push-action@v6
with:
push: true
context: containers/arch
file: containers/arch/Containerfile
push: true
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:archlinux
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-debian-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ jobs:
id: push
uses: docker/build-push-action@v6
with:
push: true
context: containers/debian
file: containers/debian/Containerfile
push: true
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:debian
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
Expand Down

0 comments on commit 5a91eb5

Please sign in to comment.