Fixed missing dash in docker image check workflow
Build foundry vtt docker image and push to registry / docker (push) Successful in 23s

This commit is contained in:
Crovaxon
2024-06-21 01:16:44 +02:00
parent 7a442b0631
commit ba07093d58
+1 -1
View File
@@ -18,7 +18,7 @@ jobs:
base-image: node:20-alpine base-image: node:20-alpine
image: gitea.crovaxon.de/crovaxon/foundryvtt-docker:latest image: gitea.crovaxon.de/crovaxon/foundryvtt-docker:latest
name: Login to Gitea - name: Login to Gitea
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with:
registry: gitea.crovaxon.de registry: gitea.crovaxon.de