Skip to content

Commit

Permalink
build: use new tag in build-push script
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-124 committed Dec 4, 2020
1 parent 6534a02 commit 0a6be8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/build-push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ set -x

echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin

docker build -t tiangolo/node-frontend:10 .
docker build -t tiangolo/node-frontend:14 .

docker build -t tiangolo/node-frontend:latest .

docker push tiangolo/node-frontend:10
docker push tiangolo/node-frontend:14

docker push tiangolo/node-frontend:latest

0 comments on commit 0a6be8f

Please sign in to comment.