We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7920ca commit 526b073Copy full SHA for 526b073
.github/workflows/docker-push.yml
@@ -17,6 +17,7 @@ jobs:
17
uses: docker/setup-buildx-action@v1
18
-
19
name: Login to DockerHub
20
+ if: ${{ github.event_name != 'pull_request' }}
21
uses: docker/login-action@v1
22
with:
23
username: cptml
0 commit comments