Fixed missing dash in docker image check workflow
Build foundry vtt docker image and push to registry / docker (push) Successful in 23s
Build foundry vtt docker image and push to registry / docker (push) Successful in 23s
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user