Skip to content

Commit

Permalink
Podman login
Browse files Browse the repository at this point in the history
  • Loading branch information
appiepollo14 committed Nov 5, 2023
1 parent 93b54ee commit 6695736
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/microshed-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,11 @@ jobs:
run: |
echo ryuk.container.privileged=true > ~/.testcontainers.properties
- name: Login to Docker Hub
uses: docker/login-action@v3
uses: redhat-actions/podman-login@v1
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
registry: docker.io
- name: Run integration tests
shell: bash
env:
Expand Down

0 comments on commit 6695736

Please sign in to comment.