Docker image build Action #72
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "github-action-docker"
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?
A simple proof of concept for building docker image.
It should also push the image to some public registry.
For #70.
I wonder if there is a way to build the develop branch to, but tag this with idk alicelg-dev oder something...
Yes, sure. The 2 lines to change (depending if you want to run it for all pushes or just some):
The documentation is at https://docs.github.com/en/actions/learn-github-actions/events-that-trigger-workflows or if you figure out and list the exact scenarios where image should be built then I can update it too.