Skip to content

Commit

Permalink
Try without Podman but with login to dockerhub
Browse files Browse the repository at this point in the history
  • Loading branch information
appiepollo14 committed Nov 7, 2023
1 parent 82f65a4 commit b80f85c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/microshed-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ jobs:
# run: echo "DOCKER_HOST=unix:///run/user/$(id -u)/podman/podman.sock" >> "$GITHUB_ENV"
# - name: Check podman
# run: docker version
# - name: Set up testcontainers for podman
# run: |
# echo ryuk.container.privileged=true > ~/.testcontainers.properties
- name: Set up testcontainers for podman
run: |
echo ryuk.container.privileged=true > ~/.testcontainers.properties
# - name: Login to Docker Hub
# uses: redhat-actions/podman-login@v1
# with:
Expand Down

0 comments on commit b80f85c

Please sign in to comment.