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.
2 parents 8e51db9 + 4b3d5df commit 7d74357Copy full SHA for 7d74357
1 file changed
.github/workflows/build.yml
@@ -136,7 +136,7 @@ jobs:
136
-
137
name: Prepare
138
id: prepare
139
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
140
env:
141
INPUT_LOCAL-EXPORT-DIR: ${{ env.LOCAL_EXPORT_DIR }}
142
INPUT_CACHE: ${{ inputs.cache }}
@@ -310,7 +310,7 @@ jobs:
310
311
name: Create manifest
312
if: ${{ inputs.build-output == 'registry' }}
313
314
315
INPUT_IMAGE-NAMES: ${{ inputs.meta-images }}
316
INPUT_TAG-NAMES: ${{ steps.meta.outputs.tag-names }}
0 commit comments