diff --git a/.github/actions/build-push-image/action.yml b/.github/actions/build-push-image/action.yml index fad94d6..d0ba119 100644 --- a/.github/actions/build-push-image/action.yml +++ b/.github/actions/build-push-image/action.yml @@ -41,6 +41,9 @@ runs: sudo apt-get -y update sudo apt-get -y install buildah podman + - run: mkdir -p /root/.docker/ || true + shell: bash + - name: Log in uses: redhat-actions/podman-login@v1 with: diff --git a/.github/workflows/ci-unified.yml b/.github/workflows/ci-unified.yml index baad310..fca4113 100644 --- a/.github/workflows/ci-unified.yml +++ b/.github/workflows/ci-unified.yml @@ -6,6 +6,12 @@ on: paths: - "ci-unified/*" - ".github/workflows/ci-unified.yml" + push: + branches: + - main + paths: + - "ci-unified/*" + - ".github/workflows/ci-unified.yml" workflow_dispatch: concurrency: @@ -18,7 +24,7 @@ env: IMAGE_NAME: "ci-unified" RUST_STABLE_VERSION: "1.93.0" RUST_NIGHTLY_VERSION: "2026-01-27" - FORKLIFT_VERSION: "0.14.3" + FORKLIFT_VERSION: "0.15.0" CODECOV_UPLOADER_VERSION: "v0.7.3" CODECOV_CLI_VERSION: "v0.6.0" DISTRO_CODENAME: "bullseye"