Skip to content

Commit

Permalink
Build metadata fixes
Browse files Browse the repository at this point in the history
Signed-off-by: eternaltyro <230743+eternaltyro@users.noreply.github.com>
  • Loading branch information
eternaltyro committed May 17, 2024
1 parent 611ed56 commit 939976c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ecs-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ jobs:
- name: Parse build step metadata
id: parse-image-meta
run: |
meta=${{ steps.build-push-image.outputs.Metadata }}
i_name2=${{ steps.meta.outputs.tags[0] }}
meta=${{ steps.build-push-image.outputs.Metadata }}
echo image=$( echo $meta | jq '."image.name"' )
echo "image_name=${image}" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 939976c

Please sign in to comment.