-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(v7): only tag latest Docker images on default branch (#301)
When a v7 release happens, one of the docker images published will be `ld-relay:latest` (this is also true for the individual architecture images, after the ARM builds PR was just merged.) The same occurs for v8. This is confusing, to say the least. You might get a `v7` or `v8` revision just depending on the order of Relay releases. Although one shouldn't ever rely on `latest` tag in production, some may, and it's the default when you run `docker pull`. This PR modifies the publishing step to only push `latest` and `latest-{architecture}` images from the default branch (which is currently `v8`).
- Loading branch information
1 parent
52ade4c
commit d024d57
Showing
2 changed files
with
60 additions
and
13 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