diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index 4c20a97..ea37a70 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -28,7 +28,6 @@ jobs: - uses: actions/checkout@v2 - name: Log into registry at Gitea uses: docker/login-action@v2 - if: ${{ github.ref == 'refs/heads/master' }} with: registry: https://git.fawkes100.de username: ${{ secrets.REGISTRY_USER }} @@ -45,7 +44,6 @@ jobs: - name: Build and Push Latest Docker Image id: build-and-push-latest uses: docker/build-push-action@v4 - if: ${{ github.ref == 'refs/heads/master' }} with: context: frontend/. file: frontend/Dockerfile