build.sh: prepare for initial build
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
5f8888e8ff
commit
4317a41790
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