Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
kravciak committed Dec 22, 2023
1 parent 14b6176 commit 4c4b2bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/container-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
ghcr.io/${{github.repository_owner}}/kubewarden-controller:${{ env.TAG_NAME }}
- name: Upload container image to use in other jobs
if: ${{ inputs.push-image == false }}
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0x
with:
name: kubewarden-controller-image-${{ env.TAG_NAME }}
path: /tmp/kubewarden-controller-image-${{ env.TAG_NAME }}.tar
Expand Down

0 comments on commit 4c4b2bb

Please sign in to comment.