In a CI/CD flow I build the image in one travisci step and deploy it to a test server. Then in a second travisci step I run some tests on the test server and if they pass I want to tag the :latest to :deployable-timestamp. The second step doesn’t have the image so I’m downloading, tagging, and uploading just to accomplish the tag.
jeremypumphrey
(Jeremypumphrey)
5
Related topics
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
| Docker Tags Pull and Push | 2 | 1818 | September 3, 2018 | |
| Is it possible to change docker tag within the registry? | 0 | 1718 | June 27, 2016 | |
| Trying to tag an image called xkaliber | 2 | 97 | July 1, 2024 | |
| Docker pull: manifest not found | 7 | 128545 | July 26, 2019 | |
| Cannot push new version tag | 0 | 1876 | July 13, 2015 |