diff options
author | Gabriel Giovanini <gabrielg.desouza@gmail.com> | 2019-06-22 17:07:31 +0200 |
---|---|---|
committer | Gabriel Giovanini <gabrielg.desouza@gmail.com> | 2019-06-22 17:07:31 +0200 |
commit | 3d9360f12742ef2ec07d2c2997ac4c3690fb647d (patch) | |
tree | 741dc9aeb5cab63d8b1aadba8ebdcc31eb6f451c | |
parent | 730c3388beede48f326dcc644e27b5c2b77d279c (diff) | |
download | genpass-3d9360f12742ef2ec07d2c2997ac4c3690fb647d.tar.gz genpass-3d9360f12742ef2ec07d2c2997ac4c3690fb647d.tar.bz2 genpass-3d9360f12742ef2ec07d2c2997ac4c3690fb647d.zip |
Use a deps imags to speed up pipeline
-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" |