Skip to content

Commit 92c2516

Browse files
committed
Add login for redhat
1 parent 0698c1c commit 92c2516

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rhel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
username: ${{ github.repository_owner }}
8181
password: ${{ secrets.GITHUB_TOKEN }}
8282
- name: Login to Red Hat Registry
83-
if: ${{ github.event_name == 'push' }}
83+
# We have to login even to pull base images from Red Hat registry.
8484
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
8585
with:
8686
registry: ${{ env.REDHAT_REGISTRY }}

0 commit comments

Comments
 (0)