We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12bf108 commit 2de748eCopy full SHA for 2de748e
.github/workflows/build-image.yml
@@ -114,7 +114,7 @@ env:
114
IMAGE_REGISTRY: ${{ inputs.REGISTRY }}
115
IMAGE_PATH: ${{ inputs.image-path }}
116
SIGNING_ENABLED: ${{ (secrets.SIGNING_SECRET != null && secrets.SIGNING_SECRET != '') || inputs.KMS_KEY_ALIAS != '' }}
117
- INTERNAL_ACTIONS_REF: v10
+ INTERNAL_ACTIONS_REF: v11
118
119
concurrency:
120
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}-${{ inputs.image-name }}
.github/workflows/build-iso.yml
@@ -88,7 +88,7 @@ on:
88
required: false
89
90
env:
91
92
93
jobs:
94
generate_matrix:
0 commit comments