diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 28159e2..b0c8fae 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,6 +15,11 @@ jobs: uses: actions/checkout@v4 # BUILDAH + - name: Install Docker + run: | + apt-get update + apt-get install -y buildah podman + - name: Buildah Action uses: redhat-actions/buildah-build@v2 id: build-image