diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 014780a..06e9475 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -37,10 +37,10 @@ jobs: echo ::set-output name=tags::${TAGS} echo ::set-output name=build::true - - if: ${{ steps.prepare.outputs.build }} == 'true' - name: Login into Registry + - name: Login into Registry uses: docker/login-action@v3 with: + registry: https://git.prettyhefty.com username: ${{ gitea.repository_owner }} password: ${{ secrets.REGISTRY_TOKEN }}