-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
216c6c2
commit f3ed143
Showing
2 changed files
with
1 addition
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
#docker login | ||
docker build -t miguelperezcolom/mateu-demo . | ||
#docker rmi miguelperezcolom/mateu-demo | ||
docker image tag miguelperezcolom/mateu-demo miguelperezcolom/mateu-demo:latest | ||
docker image tag miguelperezcolom/mateu-demo miguelperezcolom/mateu-demo:3.0-alpha.8 | ||
docker image tag miguelperezcolom/mateu-demo miguelperezcolom/mateu-demo:3.0-alpha.9 | ||
docker push --all-tags miguelperezcolom/mateu-demo |