Skip to content

Commit 3c5a18e

Browse files
committed
Make sure galaxy env variables are included in docker env file
1 parent f730fc2 commit 3c5a18e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build-ecr.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ jobs:
4646
ADMIN_ROLES=${{ secrets.ADMIN_ROLES }}
4747
CORS_ALLOWED_ORIGINS=${{ secrets.CORS_ALLOWED_ORIGINS }}
4848
SEND_EMAIL=True
49+
GALAXY_URL=${{ secrets.GALAXY_URL }}
50+
GALAXY_API_KEY=${{ secrets.GALAXY_API_KEY }}
4951
EOF
5052
5153
- name: Build, Tag, and Push Docker image

0 commit comments

Comments
 (0)