Skip to content

Commit

Permalink
adjust script
Browse files Browse the repository at this point in the history
  • Loading branch information
mailsonpeixe committed Apr 5, 2023
1 parent 1533508 commit 41bf7e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildpush.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
IMAGE=mailsonpeixe/app-go
echo "Build and push image ${IMAGE}"

docker build --push -t $IMAGE:1.0 .
docker build --push -t ${IMAGE}:1.0 .

0 comments on commit 41bf7e2

Please sign in to comment.