Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: redhat-actions/buildah-build@v2
with:
image: hulk-ci
tags: latest 1.92.0 ${{ github.sha }}
tags: latest 1.95.0 ${{ github.sha }}
containerfiles: |
tools/ci/github-runners/Containerfile

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- self-hosted
- v3
container:
image: ghcr.io/hulks/hulk-ci:1.92.0
image: ghcr.io/hulks/hulk-ci:1.95.0
options: --user=1000:1000
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
- self-hosted
- v3
container:
image: ghcr.io/hulks/hulk-ci:1.92.0
image: ghcr.io/hulks/hulk-ci:1.95.0
options: --user=1000:1000
steps:
- name: Download mkdocs artifact
Expand Down
22 changes: 11 additions & 11 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- self-hosted
- v3
container:
image: ghcr.io/hulks/hulk-ci:1.92.0
image: ghcr.io/hulks/hulk-ci:1.95.0
options: --user=1000:1000
steps:
- uses: actions/checkout@v4
Expand All @@ -36,7 +36,7 @@ jobs:
- self-hosted
- v3
container:
image: ghcr.io/hulks/hulk-ci:1.92.0
image: ghcr.io/hulks/hulk-ci:1.95.0
options: --user=1000:1000
steps:
- uses: actions/checkout@v4
Expand All @@ -51,7 +51,7 @@ jobs:
- self-hosted
- v3
container:
image: ghcr.io/hulks/hulk-ci:1.92.0
image: ghcr.io/hulks/hulk-ci:1.95.0
options: --user=1000:1000
steps:
- name: Install uv
Expand All @@ -72,7 +72,7 @@ jobs:
- self-hosted
- v3
container:
image: ghcr.io/hulks/hulk-ci:1.92.0
image: ghcr.io/hulks/hulk-ci:1.95.0
options: --user=1000:1000
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
# - self-hosted
# - v3
# container:
# image: ghcr.io/hulks/hulk-ci:1.92.0
# image: ghcr.io/hulks/hulk-ci:1.95.0
# options: --user=1000:1000 --privileged --device /dev/fuse:rw
# steps:
# - uses: actions/checkout@v4
Expand All @@ -125,7 +125,7 @@ jobs:
# - self-hosted
# - v3
# container:
# image: ghcr.io/hulks/hulk-ci:1.92.0
# image: ghcr.io/hulks/hulk-ci:1.95.0
# options: --user=1000:1000 --privileged --device /dev/fuse:rw
# steps:
# - uses: actions/checkout@v4
Expand All @@ -149,7 +149,7 @@ jobs:
- self-hosted
- v3
container:
image: ghcr.io/hulks/hulk-ci:1.92.0
image: ghcr.io/hulks/hulk-ci:1.95.0
options: --user=1000:1000
steps:
- uses: actions/checkout@v4
Expand All @@ -176,7 +176,7 @@ jobs:
# - self-hosted
# - v3
# container:
# image: ghcr.io/hulks/hulk-ci:1.92.0
# image: ghcr.io/hulks/hulk-ci:1.95.0
# options: --user=1000:1000
# defaults:
# run:
Expand All @@ -202,7 +202,7 @@ jobs:
# - self-hosted
# - v3
# container:
# image: ghcr.io/hulks/hulk-ci:1.92.0
# image: ghcr.io/hulks/hulk-ci:1.95.0
# options: --user=1000:1000
# defaults:
# run:
Expand All @@ -228,7 +228,7 @@ jobs:
# - self-hosted
# - v3
# container:
# image: ghcr.io/hulks/hulk-ci:1.92.0
# image: ghcr.io/hulks/hulk-ci:1.95.0
# options: --user=1000:1000
# defaults:
# run:
Expand All @@ -254,7 +254,7 @@ jobs:
# - self-hosted
# - v3
# container:
# image: ghcr.io/hulks/hulk-ci:1.92.0
# image: ghcr.io/hulks/hulk-ci:1.95.0
# options: --user=1000:1000
# defaults:
# run:
Expand Down
Loading
Loading