From 64eaeaeebefb15af3d3b5aab815b7f64cc32a575 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20Schartum=20Dokken?= Date: Sun, 19 Jan 2025 17:05:28 +0100 Subject: [PATCH] Revert comment --- .github/workflows/publish_docker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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