File tree Expand file tree Collapse file tree 4 files changed +5
-6
lines changed
Expand file tree Collapse file tree 4 files changed +5
-6
lines changed Original file line number Diff line number Diff 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 }}
Original file line number Diff line number Diff line change 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
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 }}
Original file line number Diff line number Diff line change 1414jobs :
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 :
You can’t perform that action at this time.
0 commit comments