Skip to content

Commit

Permalink
Move containers to subdir
Browse files Browse the repository at this point in the history
  • Loading branch information
rumpelsepp committed Oct 29, 2024
1 parent cd71f72 commit 23ec3f7
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
id: push
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75
with:
context: debian
context: containers/debian
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 0 additions & 6 deletions justfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
build-arch:
cd arch && just build

build-debian:
cd debian && just build

lint: shellcheck

shellcheck:
Expand Down

0 comments on commit 23ec3f7

Please sign in to comment.