Removed the if statement from the login part of the image check workflow.
Build foundry vtt docker image and push to registry / docker (push) Successful in 24s
Check docker image / docker (push) Failing after 11s

This commit is contained in:
Crovaxon
2024-06-21 01:31:56 +02:00
parent b66b08b359
commit d97a2ac6de
-1
View File
@@ -20,7 +20,6 @@ jobs:
registry: gitea.crovaxon.de registry: gitea.crovaxon.de
username: ${{ secrets.REGISTRY_USERNAME }} username: ${{ secrets.REGISTRY_USERNAME }}
password: ${{ secrets.REGISTRY_PASS }} password: ${{ secrets.REGISTRY_PASS }}
if: steps.check.outputs.needs-updating == 'true'
- name: Check if update available - name: Check if update available
id: check id: check