Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:

build:
needs: [set_version]
uses: gardenlinux/gardenlinux/.github/workflows/build.yml@3c22fe8b663d7a198f8dd99061db37c5ad8a8438
uses: gardenlinux/gardenlinux/.github/workflows/build.yml@d9625e7e1dfbeb69952dd9efee7e7f21235f25c6
with:
version: ${{ needs.set_version.outputs.VERSION }}
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ jobs:
submodules: recursive
build:
needs: [checkout]
uses: gardenlinux/gardenlinux/.github/workflows/build.yml@3c22fe8b663d7a198f8dd99061db37c5ad8a8438
uses: gardenlinux/gardenlinux/.github/workflows/build.yml@d9625e7e1dfbeb69952dd9efee7e7f21235f25c6
with:
version: ${{ inputs.version || 'now' }}
upload_oci:
name: Run glcli to publish to OCI
needs: [build]
# use custom upload_oci.yml as we do not sign the images
# uses: gardenlinux/gardenlinux/.github/workflows/upload_oci.yml@3c22fe8b663d7a198f8dd99061db37c5ad8a8438
# uses: gardenlinux/gardenlinux/.github/workflows/upload_oci.yml@d9625e7e1dfbeb69952dd9efee7e7f21235f25c6
uses: ./.github/workflows/upload_oci.yml
with:
version: ${{ needs.build.outputs.version }}
2 changes: 1 addition & 1 deletion .github/workflows/upload_oci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
default: today
jobs:
generate_matrix_publish:
uses: gardenlinux/gardenlinux/.github/workflows/generate_matrix.yml@3c22fe8b663d7a198f8dd99061db37c5ad8a8438
uses: gardenlinux/gardenlinux/.github/workflows/generate_matrix.yml@d9625e7e1dfbeb69952dd9efee7e7f21235f25c6
with:
flags: '--exclude "bare-*" --no-arch --json-by-arch --build --test'
upload_gl_artifacts_to_oci:
Expand Down
1 change: 1 addition & 0 deletions features/iscsi
1 change: 1 addition & 0 deletions features/lima
1 change: 1 addition & 0 deletions features/multipath
1 change: 1 addition & 0 deletions features/nvme
2 changes: 1 addition & 1 deletion gardenlinux
Submodule gardenlinux updated 217 files
Loading