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 fd5c50c commit 187f5e6Copy full SHA for 187f5e6
.github/workflows/build-metrics-container.yml
@@ -73,7 +73,7 @@ jobs:
73
- name: Push Container
74
run: |
75
podman load -i ${{ needs.build-metrics-container.outptus.container-filename }}
76
- podman tag ${{ needs.build-metrics-container.outputs.container-name-tag }} ${{ sneeds.build-metrics-container.outputs.container-name }}:latest
+ podman tag ${{ needs.build-metrics-container.outputs.container-name-tag }} ${{ needs.build-metrics-container.outputs.container-name }}:latest
77
podman login -u ${{ github.actor }} -p $GITHUB_TOKEN ghcr.io
78
podman push ${{ needs.build-metrics-container.outputs.container-name-tag }}
79
podman push ${{ needs.build-metrics-container.outputs.container-name }}:latest
0 commit comments