Skip to content

Commit a66261a

Browse files
authored
Merge pull request #169 from gardenlinux/update-gardenlinux
Update to latest upstream gardenlinux
2 parents 4a68ae8 + d705fe5 commit a66261a

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

.github/workflows/dev.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,13 @@ jobs:
3535
build:
3636
needs: [set_version]
3737
if: ${{ github.event_name != 'pull_request' || github.event.action != 'closed' }}
38-
uses: gardenlinux/gardenlinux/.github/workflows/build.yml@b95e246b32358639578e32deb8623d633b110202
38+
uses: gardenlinux/gardenlinux/.github/workflows/build.yml@19d89d573a9c05266f3db9233f4d68aaa131ce12
3939
with:
4040
version: ${{ needs.set_version.outputs.VERSION }}
4141
# to set target to "release" or "nightly" we need proper KMS secrets
4242
# have a look at gardenlinux/.github/workflows/github.mjs
4343
target: dev
4444
fail_fast: true
45-
platform_test_build: false
4645
# secrets:
4746
# aws_region: ${{ secrets.AWS_REGION }}
4847
# aws_kms_role: ${{ secrets.KMS_SIGNING_IAM_ROLE }}

.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@b95e246b32358639578e32deb8623d633b110202
22+
uses: gardenlinux/gardenlinux/.github/workflows/build.yml@19d89d573a9c05266f3db9233f4d68aaa131ce12
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@b95e246b32358639578e32deb8623d633b110202
39+
# uses: gardenlinux/gardenlinux/.github/workflows/upload_oci.yml@19d89d573a9c05266f3db9233f4d68aaa131ce12
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
@@ -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@b95e246b32358639578e32deb8623d633b110202
17+
uses: gardenlinux/gardenlinux/.github/workflows/build_flavors_matrix.yml@19d89d573a9c05266f3db9233f4d68aaa131ce12
1818
with:
1919
flags: '${{ inputs.flavor_filter }} --no-arch --json-by-arch --build --test'
2020
upload_gl_artifacts:

gardenlinux

Submodule gardenlinux updated 354 files

0 commit comments

Comments
 (0)