We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98e620b commit 14a9180Copy full SHA for 14a9180
1 file changed
.github/workflows/docker.yml
@@ -5,7 +5,7 @@ on:
5
paths:
6
- 'docker/**'
7
- '.github/workflows/docker.yml'
8
- pull_request_target:
+ pull_request:
9
10
11
@@ -33,6 +33,7 @@ jobs:
33
uses: docker/setup-buildx-action@v3
34
35
- name: Log in to GHCR
36
+ if: github.event_name == 'push'
37
uses: docker/login-action@v3
38
with:
39
registry: ghcr.io
0 commit comments