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