We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3182e12 commit aa2db2bCopy full SHA for aa2db2b
.github/workflows/rhel.yml
@@ -66,7 +66,7 @@ jobs:
66
- name: Login to GitHub Registry
67
run: echo '${{ secrets.GITHUB_TOKEN }}' | docker login ${CONTAINER_REGISTRY} -u '${{ github.repository_owner }}' --password-stdin
68
- name: Login to Red Hat Registry
69
- run: echo '${{ secrets.REDHAT_TOKEN }}' | docker login ${REDHAT_REGISTRY} -u '${{ env.REDHAT_USER }}' --password-stdin
+ run: echo '${{ secrets.REDHAT_TOKEN }}' | docker login ${REDHAT_REGISTRY} -u '${{ secrets.REDHAT_USER }}' --password-stdin
70
- name: Determine the Docker image name.
71
run: |
72
# Convert the repository name to lowercase as the organization name is
0 commit comments