Skip to content

Simple project to run GitHub actions manually for a specific tag (release)

License

Notifications You must be signed in to change notification settings

liberation-team/github-actions-manual-tag-build

Repository files navigation

Github Actions Manual Build For Specific Tag

This is a simple project to run GitHub actions manually for a specific tag.

How to use

Create a new tag and go to the Actions -> Manual Docker Build, click Run workflow, type Which tag to build, and push the button "Run workflow"

The docker image with the corresponding tag will be built and pushed to the Docker Hub registry.

Test tagged images

docker run vensder/github-actions-tag-build:v1.6
v1.6
docker run vensder/github-actions-tag-build:v1.5
v1.5
docker run vensder/github-actions-tag-build:v1.4
Unable to find image 'vensder/github-actions-tag-build:v1.4' locally
v1.4: Pulling from vensder/github-actions-tag-build
b47142c740ba: Pull complete
Digest: sha256:6e468ac7357345bb5c30afe2f11bf9b5f5d8ee661a4e0b2f3f5a94ce8051dce4
Status: Downloaded newer image for vensder/github-actions-tag-build:v1.4
v1.4

About

Simple project to run GitHub actions manually for a specific tag (release)

Resources

License

Stars

Watchers

Forks

Packages

No packages published