Skip to content

Commit

Permalink
update git action tags
Browse files Browse the repository at this point in the history
  • Loading branch information
jo-bisonai committed May 27, 2024
1 parent 8d4cd0e commit b576e8b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/image+upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
outputs:
tag_date: ${{ steps.hash.outputs.date }}
tag_git_hash: ${{ steps.hash.outputs.git_hash }}
service: ${{ steps.extract_tags.service }}
version: ${{ steps.extract_tags.version }}
ecr_url: ${{ steps.extract_tags.ecr_url }}
service: ${{ steps.extract_tags.outputs.service }}
version: ${{ steps.extract_tags.outputs.version }}
ecr_url: ${{ steps.extract_tags.outputs.ecr_url }}

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -51,6 +51,7 @@ jobs:
echo "service=${service}" >> $GITHUB_OUTPUT
echo "version=${version}" >> $GITHUB_OUTPUT
echo "ecr_url=public.ecr.aws/bisonai/orakl-${service}" >> $GITHUB_OUTPUT
printenv
else
echo "Tag does not match the pattern."
exit 1
Expand Down

0 comments on commit b576e8b

Please sign in to comment.