Skip to content

Commit

Permalink
chore: extract image name
Browse files Browse the repository at this point in the history
  • Loading branch information
rcwbr authored Oct 30, 2024
1 parent ffd51ee commit 4cadc97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
name: env
env:
BUILD_IMAGE_OUTPUT_RAW: ${{ needs.build-docker-images.outputs.docker-bake-conventional-changelog-metadata }}
BUILD_IMAGE_OUTPUT: ${{ toJSON(fromJSON(needs.build-docker-images.outputs.docker-bake-conventional-changelog-metadata)) }}
BUILT_IMAGE_NAME: ${{ fromJSON(needs.build-docker-images.outputs.docker-bake-conventional-changelog-metadata)['default']['image']['name'] }}
run: |
env
# release-it-workflow:
Expand Down

0 comments on commit 4cadc97

Please sign in to comment.