We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9edbf3 commit 4b13727Copy full SHA for 4b13727
.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@65462800fd760344b1a7b4382951275a0abb4808 # v4
+ uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4
100
with:
101
name: ${{ env.IMAGE_NAME }}-image.tar
102
path: /tmp/${{ env.IMAGE_NAME }}-image.tar
0 commit comments