Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
fix: image_tag_refを修正
  • Loading branch information
ryusuketesaki authored Aug 28, 2023
1 parent 4247c6c commit b2538b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
- name: Create a New Image
run: |
image_tag_sha="${{ steps.login-ecr.outputs.registry }}/dreamkast-ecs:${{ github.sha }}"
image_tag_ref="${{ steps.login-ecr.outputs.registry }}${{ steps.meta.outputs.tags }}"
image_tag_ref="${{ steps.meta.outputs.tags }}"
docker buildx imagetools create \
Expand Down

0 comments on commit b2538b7

Please sign in to comment.