Skip to content

Commit

Permalink
feature add create ecs service #28
Browse files Browse the repository at this point in the history
kynmh69 committed Mar 30, 2024
1 parent 83231ce commit 18a403a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-publish-updater.yml
Original file line number Diff line number Diff line change
@@ -24,6 +24,7 @@ env:
# github.repository as <account>/<repo>
IMAGE_NAME: ${{ github.repository }}
UPDATER_DIR: "src/updater"
DOCKER_FILE: "docker/updater"
AWS_REGION: us-west-2
ECR_REPOSITORY: "go-ja-holidays-updater"
ECS_SERVICE: holidays-updater-service
@@ -233,6 +234,7 @@ jobs:

- name: Build, tag, and push image to Amazon ECR
id: build-image
working-directory: ${{ env.DOCKER_FILE }}
env:
ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }}
IMAGE_TAG: ${{ github.sha }}

0 comments on commit 18a403a

Please sign in to comment.