Skip to content

Commit

Permalink
More debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
boomanaiden154 committed Nov 29, 2024
1 parent 8218beb commit fb86785
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-metrics-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,7 @@ jobs:
podman load -i ${{ needs.build-metrics-container.outputs.container-filename }}
podman tag ${{ needs.build-metrics-container.outputs.container-name-tag }} ${{ needs.build-metrics-container.outputs.container-name }}:latest
podman login -u ${{ github.actor }} -p $GITHUB_TOKEN ghcr.io
echo "${{ needs.build-metrics-container.outputs.container-name-tag }}"
podman push ${{ needs.build-metrics-container.outputs.container-name-tag }}
echo "${{ needs.build-metrics-container.outputs.container-name }}:latest"
podman push ${{ needs.build-metrics-container.outputs.container-name }}:latest

0 comments on commit fb86785

Please sign in to comment.