Skip to content

Commit

Permalink
Maybe fix
Browse files Browse the repository at this point in the history
  • Loading branch information
boomanaiden154 committed Nov 29, 2024
1 parent 820403c commit 8218beb
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/build-metrics-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,16 @@ on:
push:
branches:
- main
- users/boomanaiden154/fix-metrics-container-upload
paths:
- .github/workflows/build-metrics-container.yml
- '.ci/metrics/**'
pull_request:
branches:
- main
paths:
- .github/workflows/build-metrics-container.yml
- '.ci/metrics/**'
# pull_request:
# branches:
# - main
# paths:
# - .github/workflows/build-metrics-container.yml
# - '.ci/metrics/**'

jobs:
build-metrics-container:
Expand Down Expand Up @@ -71,7 +72,7 @@ jobs:
name: container
- name: Push Container
run: |
podman load -i ${{ needs.build-metrics-container.outptus.container-filename }}
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
podman push ${{ needs.build-metrics-container.outputs.container-name-tag }}
Expand Down

0 comments on commit 8218beb

Please sign in to comment.