Skip to content

Commit

Permalink
ci: fix output
Browse files Browse the repository at this point in the history
  • Loading branch information
Mogyuchi committed Aug 21, 2024
1 parent bd73ffc commit 2d53f90
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
type: string
outputs:
image_tags:
value: ${{ jobs.docker.outputs.image_tags }}
value: ${{ jobs.image.outputs.image_tags }}
image_url:
value: https://ghcr.io/${{ github.repository }}

Expand Down Expand Up @@ -116,6 +116,8 @@ jobs:
needs: [env, build]
if: ${{ fromJson(needs.env.outputs.PUSH) }}
runs-on: ubuntu-latest
outputs:
image_tags: ${{ steps.meta.outputs.tags }}
defaults:
run:
shell: bash -xe {0}
Expand Down

0 comments on commit 2d53f90

Please sign in to comment.