From d97a2ac6dee59f5644e1b8befef968218b9344a7 Mon Sep 17 00:00:00 2001 From: Crovaxon Date: Fri, 21 Jun 2024 01:31:56 +0200 Subject: [PATCH] Removed the if statement from the login part of the image check workflow. --- .gitea/workflows/check-docker-image.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitea/workflows/check-docker-image.yaml b/.gitea/workflows/check-docker-image.yaml index 07bf087..601bcfd 100644 --- a/.gitea/workflows/check-docker-image.yaml +++ b/.gitea/workflows/check-docker-image.yaml @@ -20,7 +20,6 @@ jobs: registry: gitea.crovaxon.de username: ${{ secrets.REGISTRY_USERNAME }} password: ${{ secrets.REGISTRY_PASS }} - if: steps.check.outputs.needs-updating == 'true' - name: Check if update available id: check