Removed the if statement from the login part of the image check workflow.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user