Skip to content

Commit

Permalink
Update qa.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hynseok authored Mar 6, 2024
1 parent 5d4d6c0 commit 879f92d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
echo MINIO_END_POINT=${{secrets.MINIO_END_POINT}} >> .env
echo MINIO_PORT=${{secrets.MINIO_PORT}} >> .env
echo MINIO_ACCESS_KEY=${{secrets.MINIO_ACCESS_KEY}} >> .env
echo MINIO_SECRET_KEY=secrets.MINIO_SECRET_KEY >> .env
echo MINIO_SECRET_KEY=$MINIO_SECRET_KEY >> .env
echo MINIO_BUCKET_NAME=${{secrets.MINIO_BUCKET_NAME_QA}} >> .env
cat .env
- name: Docker 이미지 빌드+푸시
Expand Down

0 comments on commit 879f92d

Please sign in to comment.