diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 06a9e57..c078262 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,5 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: docker/build-push-action@v5 - with: - context: . - file: deploy/Dockerfile + - name: Build the container image + run: podman build -f deploy/Dockerfile .