We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d73ef97 commit 22266bcCopy full SHA for 22266bc
.github/workflows/build-ci-container.yml
@@ -80,8 +80,8 @@ jobs:
80
81
- name: Push Container
82
run: |
83
- podman load -i ${{ needs.build-ci-container.outptus.container-filename }}
84
- podman tag ${{ steps.vars.outputs.container-name-tag }} ${{ steps.vars.outputs.container-name }}:latest
+ podman load -i ${{ needs.build-ci-container.outputs.container-filename }}
+ podman tag ${{ needs.build-ci-container.outputs.container-name-tag }} ${{ needs.build-ci-container.outputs.container-name }}:latest
85
podman login -u ${{ github.actor }} -p $GITHUB_TOKEN ghcr.io
86
podman push ${{ needs.build-ci-container.outputs.container-name-tag }}
87
podman push ${{ needs.build-ci-container.outputs.container-name }}:latest
0 commit comments