Skip to content

Commit 187f5e6

Browse files
Fix syntax
1 parent fd5c50c commit 187f5e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-metrics-container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- name: Push Container
7474
run: |
7575
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
76+
podman tag ${{ needs.build-metrics-container.outputs.container-name-tag }} ${{ needs.build-metrics-container.outputs.container-name }}:latest
7777
podman login -u ${{ github.actor }} -p $GITHUB_TOKEN ghcr.io
7878
podman push ${{ needs.build-metrics-container.outputs.container-name-tag }}
7979
podman push ${{ needs.build-metrics-container.outputs.container-name }}:latest

0 commit comments

Comments
 (0)