Skip to content

Commit

Permalink
ワークフロー修正
Browse files Browse the repository at this point in the history
  • Loading branch information
田中雄大 committed Apr 30, 2024
1 parent 4d75ce4 commit e55bc43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,11 @@ jobs:
uses: actions/download-artifact@v2
with:
name: api-image-uri
path: download/artifacts #ランナーの中でダウンロード先のディレクトリが動的に作成される。
path: artifacts #ランナーの中でダウンロード先のディレクトリが動的に作成される。

- name: Define the image URI
run: |
echo "API_IMAGE_URI=$(cat download/artifacts/api-image-uri.txt)" >> $GITHUB_ENV
echo "API_IMAGE_URI=$(cat artifacts/api-image-uri.txt)" >> $GITHUB_ENV
# https://github.com/aws-actions/amazon-ecs-render-task-definition
- name: Fill in the new image URI in the amazon ECS task definition
Expand Down

0 comments on commit e55bc43

Please sign in to comment.