File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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@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
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 }}
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@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 :
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
You can’t perform that action at this time.
0 commit comments