Skip to content

Commit

Permalink
Revert comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgensd authored Jan 19, 2025
1 parent 50a276f commit 64eaeae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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
Expand Down

0 comments on commit 64eaeae

Please sign in to comment.