Add Makefile
This commit is contained in:
parent
7269891ddd
commit
a7a47e2874
1 changed files with 8 additions and 0 deletions
8
Makefile
Normal file
8
Makefile
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
help:
|
||||||
|
@echo "make help Displays help"
|
||||||
|
@echo " build Builds the image"
|
||||||
|
@echo " upload Builds and uploads the image"
|
||||||
|
build:
|
||||||
|
docker buildx build -t git.staropensource.de/staropensource/actions-docker:latest -f Dockerfile .
|
||||||
|
upload: build
|
||||||
|
docker push git.staropensource.de/staropensource/actions-docker:latest
|
Loading…
Reference in a new issue