Skip to content

Commit

Permalink
πŸ“ :: env
Browse files Browse the repository at this point in the history
  • Loading branch information
gurdl0525 committed Oct 19, 2023
1 parent b406509 commit d6f50e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ecr-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
SENDER: ${{ secrets.SENDER }}
REDIS_HOST: ${{ secrets.REDIS_HOST }}
run: |
docker buildx build --platform=linux/amd64 -e -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG .
docker buildx build --platform=linux/amd64 -e ACCESS_EXP=ACCESS_EXP -e API_KEY=API_KEY -e API_SECRET=$API_SECRET -e BUCKET=$BUCKET -e DB_PASSWORD=$DB_PASSWORD -e DB_URL=$DB_URL -e DB_USER=$DB_USER -e DIRECTORY=$DIRECTORY -e IAM_ACCESS=$IAM_ACCESS -e IAM_SECRET=$IAM_SECRET -e JWT_SECRET=$JWT_SECRET -e REFRESH_EXP=$REFRESH_EXP -e SENDER=$SENDER -e REDIS_HOST=$REDIS_HOST -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG .
docker push $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG
echo "::set-output name=image::$ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG"
Expand Down

0 comments on commit d6f50e7

Please sign in to comment.