We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 818f73f commit 7b41e8eCopy full SHA for 7b41e8e
.github/workflows/build_build_image.yaml
@@ -36,7 +36,7 @@ jobs:
36
- name: Upload docker image file as artifact
37
uses: actions/upload-artifact@v4
38
with:
39
- name: ${{ env.IMAGE_NAME }}
+ name: ${{ env.IMAGE_FILENAME }}
40
path: ${{ env.IMAGE_FILENAME }}
41
if-no-files-found: error
42
retention-days: 3
.github/workflows/build_runtime_images.yaml
@@ -66,7 +66,7 @@ jobs:
66
67
68
69
70
71
72
0 commit comments