remove build script as ci now exists
All checks were successful
ci/woodpecker/manual/build_image Pipeline was successful

This commit is contained in:
1e99 2024-11-10 15:50:30 +01:00
parent 98cceaf0f8
commit c020d1a4fb

View file

@ -1,11 +0,0 @@
#!/bin/bash
set -e
commit="$(git rev-parse HEAD)"
image="git.1e99.eu/1e99/passed"
docker build -t $image:$commit .
docker tag $image:$commit $image:latest
docker push $image:$commit
docker push $image:latest