Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/docker-branch-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ jobs:
echo "Review decision is: $DECISION"
echo "DECISION=$DECISION" >> $GITHUB_ENV

# overwrite the previous result if this is a fork since forks can't publish to GHCR
- name: Skip forks
if: github.event.pull_request.head.repo.fork
run: echo "DECISION=FORK" >> $GITHUB_ENV

- name: Build dependabot-core image
if: env.DECISION == 'APPROVED'
env:
Expand Down