Skip to content

Commit ab248c1

Browse files
committed
bump Garden Linux reference
1 parent a3976db commit ab248c1

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: echo "VERSION=$(cat VERSION)" >> $GITHUB_OUTPUT
2525
build:
2626
needs: [set_version]
27-
uses: gardenlinux/gardenlinux/.github/workflows/build.yml@bced61a3657ac2335f3baf1cae37e0f859313ee1
27+
uses: gardenlinux/gardenlinux/.github/workflows/build.yml@ab8095c29d52ce700f9897b343a4a09a44abaac6
2828
with:
2929
version: ${{ needs.set_version.outputs.VERSION }}
3030
# to set target to "release" or "nightly" we need proper KMS secrets

.github/workflows/nightly.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
submodules: recursive
2020
build:
2121
needs: [checkout]
22-
uses: gardenlinux/gardenlinux/.github/workflows/build.yml@bced61a3657ac2335f3baf1cae37e0f859313ee1
22+
uses: gardenlinux/gardenlinux/.github/workflows/build.yml@ab8095c29d52ce700f9897b343a4a09a44abaac6
2323
with:
2424
version: ${{ inputs.version || 'now' }}
2525
# to set target to "release" or "nightly" we need proper KMS secrets
@@ -36,7 +36,7 @@ jobs:
3636
name: Run glcli to publish to OCI
3737
needs: [build]
3838
# use custom upload_oci.yml as we do not sign the images
39-
# uses: gardenlinux/gardenlinux/.github/workflows/upload_oci.yml@bced61a3657ac2335f3baf1cae37e0f859313ee1
39+
# uses: gardenlinux/gardenlinux/.github/workflows/upload_oci.yml@ab8095c29d52ce700f9897b343a4a09a44abaac6
4040
uses: ./.github/workflows/upload_oci.yml
4141
with:
4242
version: ${{ needs.build.outputs.version }}

.github/workflows/upload_oci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
generate_matrix_publish:
1010
name: Generate flavors matrix to publish
11-
uses: gardenlinux/gardenlinux/.github/workflows/build_flavors_matrix.yml@bced61a3657ac2335f3baf1cae37e0f859313ee1
11+
uses: gardenlinux/gardenlinux/.github/workflows/build_flavors_matrix.yml@ab8095c29d52ce700f9897b343a4a09a44abaac6
1212
with:
1313
flags: '--exclude "bare-*" --no-arch --json-by-arch --build --test'
1414
upload_gl_artifacts_to_oci:

gardenlinux

Submodule gardenlinux updated 39 files

0 commit comments

Comments
 (0)