diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index ed1be78..271ca0e 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -39,7 +39,7 @@ jobs: push: name: ⬆️ Build and Push Image to Gitea Registry runs-on: ubuntu-latest - needs: build +# needs: build steps: - uses: actions/checkout@v3