Skip to content

Commit

Permalink
version discrepancy?
Browse files Browse the repository at this point in the history
Signed-off-by: Jim Crossley <[email protected]>
  • Loading branch information
jcrossley3 committed Oct 7, 2024
1 parent e6cae8b commit ad92fea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build-container/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ runs:
shell: bash
run: podman save --multi-image-archive ${{ inputs.image_name }}:${{ inputs.image_tag }} > /tmp/image.tar

- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v3
with:
name: image
path: /tmp/image.tar
Expand Down

0 comments on commit ad92fea

Please sign in to comment.