remove build script as ci now exists
All checks were successful
ci/woodpecker/manual/build_image Pipeline was successful
All checks were successful
ci/woodpecker/manual/build_image Pipeline was successful
This commit is contained in:
parent
98cceaf0f8
commit
c020d1a4fb
1 changed files with 0 additions and 11 deletions
11
build.sh
11
build.sh
|
@ -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
|
|
Loading…
Reference in a new issue