Skip to content

Commit

Permalink
Merge pull request #38 from zero-hack-org/yuya-morimoto-patch-1
Browse files Browse the repository at this point in the history
fix: log
  • Loading branch information
yuya-morimoto authored Aug 27, 2023
2 parents 6982858 + 10e97af commit a8dffc1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tag_image_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,10 @@ jobs:
uses: ballerina-platform/ballerina-action/@2201.7.1
with:
args: build --cloud=docker


- name: export log
run: docker images

- name: Tag Image 🏷
run: docker tag svg_parser:latest ${{ steps.login-ecr-public.outputs.registry }}/${{ secrets.AWS_ECR_SVG_PARSER_REPOSITORY_ID }}/svg_parser:${{ env.TAG_NAME }}

Expand Down

0 comments on commit a8dffc1

Please sign in to comment.