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 db0861f commit 0c76987Copy full SHA for 0c76987
.github/workflows/build-ci-container.yml
@@ -77,7 +77,7 @@ jobs:
77
with:
78
name: ${{ needs.build-ci-container.outputs.container-name-tag }}
79
80
- - name: Push Container
+ - name: Push Container
81
run: |
82
podman login -u ${{ github.actor }} -p $GITHUB_TOKEN ghcr.io
83
podman push ${{ needs.build-ci-container.outputs.container-name-tag }}
0 commit comments