Docker Build/Push Tag #31
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
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?
Create an Action that builds and pushes the Docker image with the specific version tag.
functional build and push workflow implemented for the main branch to update the latest image version, but nothing for specific versions yet
I have updated the workflow to include tags for the related branch:
dev
,staging
ormain
(image will be latest, not main)I'd like to include specific version numbers using bump2version in the future, but I suppose that can be a separate ticket.