mirror of
https://github.com/k8sgpt-ai/k8sgpt.git
synced 2025-07-17 08:51:20 +00:00
chore(deps): update actions/upload-artifact digest to 5d5d22a (#925)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
ce7c9551bc
commit
070aa7fdd0
2
.github/workflows/build_container.yaml
vendored
2
.github/workflows/build_container.yaml
vendored
@ -96,7 +96,7 @@ jobs:
|
|||||||
outputs: type=docker,dest=/tmp/${{ env.IMAGE_NAME }}-image.tar
|
outputs: type=docker,dest=/tmp/${{ env.IMAGE_NAME }}-image.tar
|
||||||
|
|
||||||
- name: Upload image as artifact
|
- name: Upload image as artifact
|
||||||
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4
|
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4
|
||||||
with:
|
with:
|
||||||
name: ${{ env.IMAGE_NAME }}-image.tar
|
name: ${{ env.IMAGE_NAME }}-image.tar
|
||||||
path: /tmp/${{ env.IMAGE_NAME }}-image.tar
|
path: /tmp/${{ env.IMAGE_NAME }}-image.tar
|
||||||
|
Loading…
Reference in New Issue
Block a user