Skip to content

Commit

Permalink
Merge pull request rhinstaller#3193 from jkonecny12/master-use-docker…
Browse files Browse the repository at this point in the history
…-instead-of-podman

Use docker as container engine for time required
  • Loading branch information
jkonecny12 authored Feb 19, 2021
2 parents a500a6c + 2734db0 commit d6ccfe3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/container-autoupdate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
branch: f34-release
env:
CI_TAG: '${{ matrix.container-tag }}'
# FIXME: Remove this when issue https://github.com/containers/podman/issues/9442 is resolved
CONTAINER_ENGINE: docker
timeout-minutes: 60
steps:
- name: Checkout anaconda repository
Expand Down

0 comments on commit d6ccfe3

Please sign in to comment.