We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f0a475 commit 0ff36f5Copy full SHA for 0ff36f5
.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@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4
+ uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4
100
with:
101
name: ${{ env.IMAGE_NAME }}-image.tar
102
path: /tmp/${{ env.IMAGE_NAME }}-image.tar
0 commit comments