.
This commit is contained in:
commit
dede9ce18d
21 changed files with 485 additions and 0 deletions
7
images/container.mk
Normal file
7
images/container.mk
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
build:
|
||||
podman build -f Containerfile -t $(TAG):$(VERSION) .
|
||||
|
||||
publish: build
|
||||
podman push localhost/$(TAG):$(VERSION) git.lab0x13.site/scrow/$(TAG):$(VERSION)
|
||||
|
||||
.PHONY: build publish
|
||||
Loading…
Add table
Add a link
Reference in a new issue