Skip to content

Commit

Permalink
chore: fix typo in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ZZ3n authored Sep 23, 2024
1 parent 583b929 commit ec9ec58
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dev-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ jobs:
docker buildx build \
--platform=linux/arm64 \
-t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG \
--build-arg NEXT_PUBLIC_API_URL=${{ vars.NEXT_PUBLIC_API_URL_PROD }} \
--build-arg NEXT_PUBLIC_GA_ID=${{ vars.NEXT_PUBLIC_GA_ID_PROD }} \
--build-arg NEXT_PUBLIC_API_URL=${{ vars.NEXT_PUBLIC_API_URL }} \
--build-arg NEXT_PUBLIC_GA_ID=${{ vars.NEXT_PUBLIC_GA_ID }} \
.
docker push $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG
echo "image=$ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG" >> $GITHUB_OUTPUT
Expand All @@ -110,4 +110,4 @@ jobs:
wait-for-service-stability: true
codedeploy-appspec: appspec.yaml
#codedeploy-application: test-code-deploy-application # use default
#codedeploy-deployment-group: test-code-deploy-deployment-group # use default
#codedeploy-deployment-group: test-code-deploy-deployment-group # use default

0 comments on commit ec9ec58

Please sign in to comment.