-
-
Notifications
You must be signed in to change notification settings - Fork 140
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update and add docker-related scripts
- Loading branch information
Showing
3 changed files
with
18 additions
and
3 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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
#!/bin/sh | ||
|
||
docker tag algernon_prod xyproto/algernon:prod | ||
docker tag algernon_dev xyproto/algernon:dev | ||
docker tag algernon_interactive xyproto/algernon:interactive | ||
docker tag algernon_lua xyproto/algernon:lua | ||
docker tag xyproto/algernon:interactive xyproto/algernon:latest | ||
|
||
docker push xyproto/algernon:prod | ||
docker push xyproto/algernon:dev | ||
docker push xyproto/algernon:interactive | ||
docker push xyproto/algernon:lua | ||
docker push xyproto/algernon:latest |
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