Skip to content

Commit

Permalink
corrected using handlebar template for registry name
Browse files Browse the repository at this point in the history
  • Loading branch information
junhyunlee123 committed May 23, 2024
1 parent 13cac7c commit d4bbbd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Login to Amazon ECR
id: login-ecr
uses: aws-actions/amazon-ecr-login@v2

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

Expand All @@ -55,7 +55,7 @@ jobs:
with:
context: "{{defaultContext}}:expressjs"
push: true
tags: junhyunlee2/skkuding_expressjs:latest
tags: ${{ steps.login-ecr.outputs.registry }}/skkuding_expressjs:latest

Terraform_Apply:
name: Terraform Apply
Expand Down

0 comments on commit d4bbbd9

Please sign in to comment.