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 24b33e5 commit 7ddb314Copy full SHA for 7ddb314
.github/workflows/build-ci-container.yml
@@ -45,7 +45,7 @@ jobs:
45
46
- name: Save container image
47
run: |
48
- 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 }}
49
50
# Upload the container so we have it in case the push fails. This also
51
# allows us to separate the push step into a separate job so we can
0 commit comments