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 72f7077 commit 311b237Copy full SHA for 311b237
.github/workflows/checkers-and-linters.yml
@@ -21,7 +21,7 @@ jobs:
21
go-version-file: 'go.mod'
22
# Secrets are not available on pull requests.
23
- name: Login to Docker Hub
24
- if: github.ref == 'refs/heads/main'
+ if: ${{ github.event_name != 'pull_request' }}
25
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0
26
with:
27
username: ${{ secrets.RO_DOCKERHUB_USER }}
0 commit comments