Skip to content

Commit 8f5eb89

Browse files
committed
Follow upstream Garden Linux release
1 parent 1fee8ae commit 8f5eb89

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
build:
4343
needs: [set_version]
4444
if: ${{ github.event_name != 'pull_request' || github.event.action != 'closed' }}
45-
uses: gardenlinux/gardenlinux/.github/workflows/build.yml@ee776187f3e8c38fe7aba2ae20a6c80524e2cf3c
45+
uses: gardenlinux/gardenlinux/.github/workflows/build.yml@367d00153a713591f64d1ce409d00586fe6ea5b3
4646
with:
4747
version: ${{ needs.set_version.outputs.VERSION }}
4848
# 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@ee776187f3e8c38fe7aba2ae20a6c80524e2cf3c
22+
uses: gardenlinux/gardenlinux/.github/workflows/build.yml@367d00153a713591f64d1ce409d00586fe6ea5b3
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@ee776187f3e8c38fe7aba2ae20a6c80524e2cf3c
52+
# uses: gardenlinux/gardenlinux/.github/workflows/upload_oci.yml@367d00153a713591f64d1ce409d00586fe6ea5b3
5353
uses: ./.github/workflows/upload_oci.yml
5454
with:
5555
version: ${{ needs.build.outputs.version }}

.github/workflows/upload_oci.yml

Lines changed: 3 additions & 3 deletions
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@ee776187f3e8c38fe7aba2ae20a6c80524e2cf3c
17+
uses: gardenlinux/gardenlinux/.github/workflows/build_flavors_matrix.yml@367d00153a713591f64d1ce409d00586fe6ea5b3
1818
with:
1919
flags: '${{ inputs.flavor_filter }} --no-arch --json-by-arch --build --test'
2020
upload_gl_artifacts:
@@ -40,7 +40,7 @@ jobs:
4040
- uses: oras-project/setup-oras@38de303aac69abb66f3e6255b7198bff35f323e3 # v2
4141
- run: oras version
4242
- name: Install python-gardenlinux-lib
43-
uses: gardenlinux/python-gardenlinux-lib/.github/actions/setup@19c1b24c01faab81a7fe24713748dd172d00904a
43+
uses: gardenlinux/python-gardenlinux-lib/.github/actions/setup@efdffb9a6b279cd7aada23b02baf4ec2534dc6d2
4444
- name: Install cosign
4545
uses: sigstore/cosign-installer@6f9f17788090df1f26f669e9d70d6ae9567deba6 # v4.1.2
4646
with:
@@ -118,7 +118,7 @@ jobs:
118118
with:
119119
submodules: true
120120
- name: Install python-gardenlinux-lib
121-
uses: gardenlinux/python-gardenlinux-lib/.github/actions/setup@19c1b24c01faab81a7fe24713748dd172d00904a
121+
uses: gardenlinux/python-gardenlinux-lib/.github/actions/setup@efdffb9a6b279cd7aada23b02baf4ec2534dc6d2
122122
- name: Set flavor version reference
123123
run: |
124124
git rev-parse HEAD | cut -c1-8 | tee COMMIT

gardenlinux

Submodule gardenlinux updated 165 files

0 commit comments

Comments
 (0)