Skip to content

Commit cf47025

Browse files
committed
CI: Fix container image build workflow
Use Ubuntu Jammy images for Antelope image builds.
1 parent 40881b2 commit cf47025

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stackhpc-container-image-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
generate-tag:
4646
name: Generate container image tag
4747
if: github.repository == 'stackhpc/stackhpc-kayobe-config'
48-
runs-on: ubuntu-latest
48+
runs-on: ubuntu-22.04
4949
permissions: {}
5050
outputs:
5151
datetime_tag: ${{ steps.datetime_tag.outputs.datetime_tag }}

0 commit comments

Comments
 (0)