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 9a99985 commit a3b6b51
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 @@ -19,6 +19,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 a3b6b51

Please sign in to comment.