We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84577a3 commit e27bb10Copy full SHA for e27bb10
.github/workflows/rhel.yml
@@ -80,7 +80,7 @@ jobs:
80
username: ${{ github.repository_owner }}
81
password: ${{ secrets.GITHUB_TOKEN }}
82
- name: Login to Red Hat Registry
83
- # We have to login even to pull base images from Red Hat registry.
+ if: ${{ github.event_name == 'push' }}
84
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
85
with:
86
registry: ${{ env.REDHAT_REGISTRY }}
0 commit comments