Skip to content

Commit

Permalink
Add merge skip if not pushing on release or tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgensd committed Jan 19, 2025
1 parent 4e8791a commit 295412f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
touch "${{ runner.temp }}/digests/${digest#sha256:}"
- name: Upload digest
if: github.event_name == 'push'
uses: actions/upload-artifact@v4
with:
name: digests-${{ env.ARCH_TAG }}
Expand All @@ -71,6 +72,7 @@ jobs:
retention-days: 1

merge-and-publish:
if: github.event_name == 'push'
runs-on: ubuntu-latest
needs:
- build
Expand Down

0 comments on commit 295412f

Please sign in to comment.