We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbd969a commit 5e23df4Copy full SHA for 5e23df4
1 file changed
.github/workflows/docker-pr.yml
@@ -25,7 +25,7 @@ jobs:
25
with:
26
context: .
27
file: Dockerfile.production
28
- push: true
+ push: ${{ github.triggering_actor != 'dependabot[bot]' }}
29
tags: |
30
ghcr.io/zeuswpi/tab:pr-${{ github.event.pull_request.number }}
31
ghcr.io/zeuswpi/tab:pr-${{ github.event.pull_request.number }}-${{ github.sha }}
0 commit comments