forked from platypush/platypush
Removed unrequired git command from update-image-registry.sh
.
This commit is contained in:
parent
2410d892f5
commit
2dee5a25ec
1 changed files with 0 additions and 1 deletions
|
@ -3,7 +3,6 @@
|
|||
export VERSION=$(grep current_version pyproject.toml | sed -r -e "s/.*=\s*['\"]?([^'\"]+)['\"]?\s*$/\1/")
|
||||
export IMAGE_NAME="$REGISTRY_ENDPOINT/$DOCKER_USER/platypush"
|
||||
|
||||
git config --global --add safe.directory /app
|
||||
docker login "$REGISTRY_ENDPOINT" -u "$DOCKER_USER" -p "$DOCKER_PASS"
|
||||
docker build -f Dockerfile.alpine -t "$IMAGE_NAME:$VERSION" .
|
||||
docker tag "$IMAGE_NAME:$VERSION" "$IMAGE_NAME:latest"
|
||||
|
|
Loading…
Reference in a new issue