Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com>
This commit is contained in:
galal-hussein
2023-02-02 23:02:06 +02:00
parent a0de7a06e9
commit 8eb468d37d
+1 -1
View File
@@ -17,7 +17,7 @@ jobs:
with:
registry: docker.io
image: rancher/dapper:v0.5.5
options: -v /var/run/docker.sock:/var/run/docker.sock
options: -v ${{ github.workspace }}:/work -v /var/run/docker.sock:/var/run/docker.sock
run: |
dapper ci
- uses: SierraSoftworks/gh-releases@v1.0.7