diff --git a/.github/workflows/publish_docker.yml b/.github/workflows/publish_docker.yml index 58fb5d34..bd09b935 100644 --- a/.github/workflows/publish_docker.yml +++ b/.github/workflows/publish_docker.yml @@ -70,7 +70,7 @@ jobs: touch "${{ runner.temp }}/digests/${digest#sha256:}" - name: Upload digest - # if: github.event_name == 'push' + if: github.event_name == 'push' uses: actions/upload-artifact@v4 with: name: digests-${{ env.ARCH_TAG }} @@ -79,7 +79,7 @@ jobs: retention-days: 1 merge-and-publish: - # if: github.event_name == 'push' + if: github.event_name == 'push' runs-on: ubuntu-latest needs: - build