Skip to content

Commit

Permalink
.github/workflows: add docker login to registry.redhat.io
Browse files Browse the repository at this point in the history
  • Loading branch information
vdemeester committed Nov 22, 2023
1 parent 2e4253b commit 453c4ed
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,13 @@ jobs:
with:
submodules: true

- name: Login to Docker Hub
uses: docker/login-action@v3
with:
registry: registry.redhat.io
username: ${{ secrets.REGISTRY_REDHAT_USERNAME }}
password: ${{ secrets.REGISTRY_REDHAT_TOKEN }}

- uses: azure/setup-helm@v3

# instantiate a KinD (Kubernetes in Docker) cluster, installs `kubectl` and configures the
Expand Down

0 comments on commit 453c4ed

Please sign in to comment.