Skip to content

Commit 5e6632e

Browse files
committed
Update to upstream 2150.7.0
1 parent 3bf4e5d commit 5e6632e

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
@@ -39,7 +39,7 @@ jobs:
3939
build:
4040
needs: [set_version]
4141
if: ${{ github.event_name != 'pull_request' || github.event.action != 'closed' }}
42-
uses: gardenlinux/gardenlinux/.github/workflows/build.yml@7b7c0db856bfe4b7e976215c03d87652c277bf0e
42+
uses: gardenlinux/gardenlinux/.github/workflows/build.yml@5e66e8da34e90e9c257662f4a80142ebe11ca346
4343
with:
4444
version: ${{ needs.set_version.outputs.VERSION }}
4545
# 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@7b7c0db856bfe4b7e976215c03d87652c277bf0e
22+
uses: gardenlinux/gardenlinux/.github/workflows/build.yml@5e66e8da34e90e9c257662f4a80142ebe11ca346
2323
with:
2424
version: ${{ inputs.version || 'now' }}
2525
# to set target to "release" or "nightly" we need proper KMS secrets
@@ -49,7 +49,7 @@ jobs:
4949
name: Run glcli to publish to OCI
5050
needs: [build]
5151
# use custom upload_oci.yml as we do not sign the images
52-
# uses: gardenlinux/gardenlinux/.github/workflows/upload_oci.yml@7b7c0db856bfe4b7e976215c03d87652c277bf0e
52+
# uses: gardenlinux/gardenlinux/.github/workflows/upload_oci.yml@5e66e8da34e90e9c257662f4a80142ebe11ca346
5353
uses: ./.github/workflows/upload_oci.yml
5454
with:
5555
version: ${{ needs.build.outputs.version }}

.github/workflows/upload_oci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
jobs:
1515
generate_matrix_publish:
1616
name: Generate flavors matrix to publish
17-
uses: gardenlinux/gardenlinux/.github/workflows/build_flavors_matrix.yml@7b7c0db856bfe4b7e976215c03d87652c277bf0e
17+
uses: gardenlinux/gardenlinux/.github/workflows/build_flavors_matrix.yml@5e66e8da34e90e9c257662f4a80142ebe11ca346
1818
with:
1919
flags: '${{ inputs.flavor_filter }} --no-arch --json-by-arch --build --test'
2020
upload_gl_artifacts:

0 commit comments

Comments
 (0)