diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 71b206d98..31de5aee1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,10 @@ jobs: build: runs-on: ubuntu-latest + container: + image: registry.fedoraproject.org/fedora:32 steps: + - run: dnf install -y podman - uses: actions/checkout@v3 - name: Build production deployment - run: env GIT_BRANCH=$(git rev-parse HEAD) podman build --build-arg GIT_BRANCH --file deploy/Dockerfile . + run: podman build --build-arg GIT_BRANCH=$(git rev-parse HEAD) --file deploy/Dockerfile .