build.sh: prepare for initial build
This commit is contained in:
parent
8c0f5c9b59
commit
46b28ac197
1
build.sh
1
build.sh
@ -3,7 +3,6 @@
|
|||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
IMAGE=pommib/swiss:latest
|
IMAGE=pommib/swiss:latest
|
||||||
docker pull $IMAGE
|
|
||||||
docker pull debian:bookworm-slim
|
docker pull debian:bookworm-slim
|
||||||
docker build --no-cache -t $IMAGE ./
|
docker build --no-cache -t $IMAGE ./
|
||||||
docker push $IMAGE
|
docker push $IMAGE
|
||||||
|
Loading…
Reference in New Issue
Block a user