Skip to content

Commit 7985506

Browse files
committed
XXX: debug
1 parent 63e0fc6 commit 7985506

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
@@ -47,7 +47,7 @@ jobs:
4747
4848
- name: Save container image
4949
run: |
50-
podman save ${{ steps.vars.outputs.container-name-tag }} > ${{ steps.vars.outputs.container-filename }}.tar
50+
podman save ${{ steps.vars.outputs.container-name-tag }} > ${{ steps.vars.outputs.container-filename }}
5151
5252
# Upload the container so we have it in case the push fails. This also
5353
# allows us to separate the push step into a separate job so we can

0 commit comments

Comments
 (0)