Debian-curl
This commit is contained in:
8
publish.sh
Executable file
8
publish.sh
Executable file
@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
# build the gitea.jde.nz/public/bb64:debian-curl docker image
|
||||
docker build -t gitea.jde.nz/public/debian-curl:latest -f Dockerfile .
|
||||
|
||||
# push the gitea.jde.nz/public/bb64:debian-curl docker image to the gitea.jde.nz registry
|
||||
docker push gitea.jde.nz/public/debian-curl:latest
|
||||
|
Reference in New Issue
Block a user