forked from kamba4/sunders
Branch-specific image tagging #8
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "pwd"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently, any pull request triggers a Docker image push to
latest
. Once production useslatest
, that would result in any opened pull request publishing unreviewed changes.With this PR, the workflow always builds and pushes Docker tags named like the git branch, but only
main
git branch pushes result in Docker image updates tolatest
.Also removes the deprecated
version
parameter from the Docker Compose file.version
parametermain
branch