Skip to content

Commit

Permalink
Try without Podman
Browse files Browse the repository at this point in the history
  • Loading branch information
appiepollo14 committed Nov 7, 2023
1 parent b139a4b commit 82f65a4
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/microshed-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,19 +78,19 @@ jobs:
java-version: 11
distribution: 'temurin'
cache: gradle
- name: Setup docker host
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: Login to Docker Hub
uses: redhat-actions/podman-login@v1
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
registry: docker.io
# - name: Setup docker host
# 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: Login to Docker Hub
# uses: redhat-actions/podman-login@v1
# with:
# username: ${{ secrets.DOCKERHUB_USERNAME }}
# password: ${{ secrets.DOCKERHUB_TOKEN }}
# registry: docker.io
- name: Run integration tests
shell: bash
env:
Expand Down

0 comments on commit 82f65a4

Please sign in to comment.