We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f39abf commit c7cfff2Copy full SHA for c7cfff2
.github/workflows/build_container.yaml
@@ -96,7 +96,7 @@ jobs:
96
outputs: type=docker,dest=/tmp/${{ env.IMAGE_NAME }}-image.tar
97
98
- name: Upload image as artifact
99
- uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4
+ uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
100
with:
101
name: ${{ env.IMAGE_NAME }}-image.tar
102
path: /tmp/${{ env.IMAGE_NAME }}-image.tar
0 commit comments