mirror of
https://github.com/stashapp/stash.git
synced 2026-04-19 21:41:42 +02:00
Remove echo statements
This commit is contained in:
parent
0345bc9ef7
commit
1258a5e3f4
1 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
|||
DOCKER_TAG=$1
|
||||
|
||||
# must build the image from dist directory
|
||||
echo docker build -t stashapp/stash:$DOCKER_TAG -f ./docker/ci/x86_64/Dockerfile ./dist
|
||||
docker build -t stashapp/stash:$DOCKER_TAG -f ./docker/ci/x86_64/Dockerfile ./dist
|
||||
|
||||
echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
|
||||
echo docker push stashapp/stash:$DOCKER_TAG
|
||||
docker push stashapp/stash:$DOCKER_TAG
|
||||
|
|
|
|||
Loading…
Reference in a new issue