diff --git a/.github/workflows/publish-containers.yml b/.github/workflows/publish-containers.yml index 3bfd58b..5308196 100644 --- a/.github/workflows/publish-containers.yml +++ b/.github/workflows/publish-containers.yml @@ -39,7 +39,6 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Push to Packages - if: github.ref == 'refs/heads/main' uses: docker/build-push-action@v4 with: context: backend @@ -80,7 +79,6 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Push to Packages - if: github.ref == 'refs/heads/main' uses: docker/build-push-action@v4 with: context: .