Skip to content

Commit 85605af

Browse files
[ci-unified] Bump FORKLIFT_VERSION to 0.15.0 (#39)
* [ci-unified] Bump FORKLIFT_VERSION to 0.15.0 Updated FORKLIFT_VERSION from 0.14.3 to 0.15.0 in CI workflow. * Create Docker directory if it doesn't exist Ensure the Docker directory is created before logging in. * shell: bash
1 parent 77631e9 commit 85605af

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

.github/actions/build-push-image/action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ runs:
4141
sudo apt-get -y update
4242
sudo apt-get -y install buildah podman
4343
44+
- run: mkdir -p /root/.docker/ || true
45+
shell: bash
46+
4447
- name: Log in
4548
uses: redhat-actions/podman-login@v1
4649
with:

.github/workflows/ci-unified.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ on:
66
paths:
77
- "ci-unified/*"
88
- ".github/workflows/ci-unified.yml"
9+
push:
10+
branches:
11+
- main
12+
paths:
13+
- "ci-unified/*"
14+
- ".github/workflows/ci-unified.yml"
915
workflow_dispatch:
1016

1117
concurrency:
@@ -18,7 +24,7 @@ env:
1824
IMAGE_NAME: "ci-unified"
1925
RUST_STABLE_VERSION: "1.93.0"
2026
RUST_NIGHTLY_VERSION: "2026-01-27"
21-
FORKLIFT_VERSION: "0.14.3"
27+
FORKLIFT_VERSION: "0.15.0"
2228
CODECOV_UPLOADER_VERSION: "v0.7.3"
2329
CODECOV_CLI_VERSION: "v0.6.0"
2430
DISTRO_CODENAME: "bullseye"

0 commit comments

Comments
 (0)