Skip to content

Commit

Permalink
chore: image.name
Browse files Browse the repository at this point in the history
  • Loading branch information
rcwbr authored Oct 30, 2024
1 parent 4cadc97 commit 65c6591
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 }}
BUILT_IMAGE_NAME: ${{ fromJSON(needs.build-docker-images.outputs.docker-bake-conventional-changelog-metadata)['default']['image']['name'] }}
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 65c6591

Please sign in to comment.