diff options
Diffstat (limited to '.github/action')
-rw-r--r-- | .github/action/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/action/Dockerfile b/.github/action/Dockerfile index 5a0e30c..92fb172 100644 --- a/.github/action/Dockerfile +++ b/.github/action/Dockerfile @@ -1,4 +1,4 @@ -FROM clojure:alpine +FROM gabrielgio/genpass LABEL version="0.1.0" LABEL repository="https://github.com/viniciustozzi/pathfinder_tools.git" |