Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Commit

Permalink
chore: bug: to allow fetching digests from reg.access.redhat.com or r…
Browse files Browse the repository at this point in the history
…eg.rh.io, log in using CRW_BUILD user and token (secrets already uploaded) (#407)

Change-Id: I39a770d52ab5f5a6f59611fc2c353c21a99ff057
Signed-off-by: nickboldt <nboldt@redhat.com>
  • Loading branch information
nickboldt authored May 31, 2021
1 parent c7a1f71 commit bc604f1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/sidecar-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,20 @@ jobs:
registry: docker.io
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
-
name: Login to registry.redhat.io
uses: docker/login-action@v1
with:
registry: registry.redhat.io
username: ${{ secrets.CRW_BUILD_USER }}
password: ${{ secrets.CRW_BUILD_TOKEN }}
-
name: Login to registry.access.redhat.com
uses: docker/login-action@v1
with:
registry: registry.access.redhat.com
username: ${{ secrets.CRW_BUILD_USER }}
password: ${{ secrets.CRW_BUILD_TOKEN }}
- name: Install skopeo
run: |
. /etc/os-release
Expand Down

0 comments on commit bc604f1

Please sign in to comment.