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 fb86785 commit e7603ae
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 @@ -73,6 +73,8 @@ jobs:
- name: Push Container
run: |
podman load -i ${{ needs.build-metrics-container.outputs.container-filename }}
echo "${{ needs.build-metrics-container.outputs.container-name-tag }}"
echo "${{ needs.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
podman login -u ${{ github.actor }} -p $GITHUB_TOKEN ghcr.io
echo "${{ needs.build-metrics-container.outputs.container-name-tag }}"
Expand Down

0 comments on commit e7603ae

Please sign in to comment.