diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5057d93..7af3db1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,5 +22,5 @@ jobs: else VERSION=$(echo "${GITHUB_REF_NAME}" | sed 's|/|-|g') fi - docker build . --file Dockerfile --tag podman-dind-like:$VERSION + podman build . --file Dockerfile --tag podman-dind-like:$VERSION