You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, the docker image of locksmith can be built in a user's local environment by executing docker build.
However, in order to make it more convenient, the latest docker image should be released on this repository.
Purpose
Release the latest docker image on this repository, hopefully in an automated fashion.
TODO
Build a docker image
Create a tag
Push the docker image to GitHub container registry
Release the docker image (and the source code) in the release section
The text was updated successfully, but these errors were encountered:
Background
Right now, the docker image of locksmith can be built in a user's local environment by executing
docker build
.However, in order to make it more convenient, the latest docker image should be released on this repository.
Purpose
Release the latest docker image on this repository, hopefully in an automated fashion.
TODO
The text was updated successfully, but these errors were encountered: