We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6ede96 commit 2153eedCopy full SHA for 2153eed
.github/workflows/deploy-gateway.yml
@@ -10,8 +10,16 @@ jobs:
10
steps:
11
- name: Checkout code
12
uses: actions/checkout@v2
13
+
14
- name: Log in to GHCR
15
run: echo "${{ secrets.REPO_ADMIN_GHCR_TOKEN }}" | docker login ghcr.io -u "${{ secrets.REPO_ADMIN_GH_USERNAME }}" --password-stdin
16
17
+ - name: Create gcloud config
18
+ run: |
19
+ echo "$BIOSIMULATIONS_GCLOUD_CONFIG" > ./assets/docker/config/.biosimulations.json
20
+ env:
21
+ BIOSIMULATIONS_GCLOUD_CONFIG: ${{ secrets.BIO_JSON_CONTENT }}
22
23
- name: Build gateway service
24
run: |
25
GATEWAY_VERSION=$(python -B .github/parse_container_version.py gateway)
0 commit comments