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 109a18d commit 889ba70Copy full SHA for 889ba70
.github/workflows/build.yml
@@ -211,7 +211,7 @@ jobs:
211
- name: Upload all image artifacts
212
uses: actions/upload-artifact@v4
213
with:
214
- name: ${{ format('{0}-{1}', inputs.image, inputs.image_version) }}
+ name: ${{ format('{0}-{1}', inputs.image, steps.meta.outputs.version) }}
215
path: ${{ github.workspace }}/dist/${{ inputs.image }}-${{ steps.meta.outputs.version }}.tar
216
217
# - name: Run preflight
0 commit comments