We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63e0fc6 commit 7985506Copy full SHA for 7985506
.github/workflows/build-ci-container.yml
@@ -47,7 +47,7 @@ jobs:
47
48
- name: Save container image
49
run: |
50
- podman save ${{ steps.vars.outputs.container-name-tag }} > ${{ steps.vars.outputs.container-filename }}.tar
+ podman save ${{ steps.vars.outputs.container-name-tag }} > ${{ steps.vars.outputs.container-filename }}
51
52
# Upload the container so we have it in case the push fails. This also
53
# allows us to separate the push step into a separate job so we can
0 commit comments