We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83d3471 commit 9445632Copy full SHA for 9445632
1 file changed
.github/actions/publish-website/action.yml
@@ -33,7 +33,7 @@ runs:
33
id: download
34
uses: actions/download-artifact@v4
35
with:
36
- name: ${{ inputs.image-name }}
+ name: ${{ env.image-artifact-name }}
37
path: /tmp
38
- name: Load image
39
run: docker load --input /tmp/mokapi.tar
0 commit comments