Skip to content

Commit e27bb10

Browse files
committed
Revert "Add login for redhat"
This reverts commit 92c2516.
1 parent 84577a3 commit e27bb10

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-
# We have to login even to pull base images from Red Hat registry.
83+
if: ${{ github.event_name == 'push' }}
8484
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
8585
with:
8686
registry: ${{ env.REDHAT_REGISTRY }}

0 commit comments

Comments
 (0)