Skip to content

Commit 5e23df4

Browse files
committed
ci: Don't try to push container images from dependabot PRs.
1 parent dbd969a commit 5e23df4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
context: .
2727
file: Dockerfile.production
28-
push: true
28+
push: ${{ github.triggering_actor != 'dependabot[bot]' }}
2929
tags: |
3030
ghcr.io/zeuswpi/tab:pr-${{ github.event.pull_request.number }}
3131
ghcr.io/zeuswpi/tab:pr-${{ github.event.pull_request.number }}-${{ github.sha }}

0 commit comments

Comments
 (0)