Skip to content

Commit 7ddb314

Browse files
committed
Fix container path name
1 parent 24b33e5 commit 7ddb314

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-ci-container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
4646
- name: Save container image
4747
run: |
48-
podman save ${{ steps.vars.outputs.container-name-tag }} > ${{ steps.vars.outputs.container-filename }}.tar
48+
podman save ${{ steps.vars.outputs.container-name-tag }} > ${{ steps.vars.outputs.container-filename }}
4949
5050
# Upload the container so we have it in case the push fails. This also
5151
# allows us to separate the push step into a separate job so we can

0 commit comments

Comments
 (0)