mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-14 16:55:00 +01:00
fix build
This commit is contained in:
parent
c15f4808dc
commit
3e8ea95dea
1 changed files with 1 additions and 1 deletions
|
|
@ -13,5 +13,5 @@ CURRENT_COMMIT=$(git rev-parse HEAD | cut -c1-8)
|
||||||
echo "Latest commit of $APP is $CURRENT_COMMIT"
|
echo "Latest commit of $APP is $CURRENT_COMMIT"
|
||||||
|
|
||||||
IMAGE_FULL_NAME="docker.nilstrieb.dev/$APP:$CURRENT_COMMIT"
|
IMAGE_FULL_NAME="docker.nilstrieb.dev/$APP:$CURRENT_COMMIT"
|
||||||
docker build -t "$IMAGE_FULL_NAME"
|
docker build . -t "$IMAGE_FULL_NAME"
|
||||||
docker push "$IMAGE_FULL_NAME"
|
docker push "$IMAGE_FULL_NAME"
|
||||||
Loading…
Add table
Add a link
Reference in a new issue