Commit 19522d8 1 parent ee60b88 commit 19522d8 Copy full SHA for 19522d8
File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -23,10 +23,12 @@ jobs:
23
23
credentials_json : ${{ secrets.GCP_CREDENTIALS }}
24
24
- name : Configure Docker for GCP
25
25
run : gcloud auth configure-docker --quiet
26
- - name : Pull image from GCR
26
+ - name : Pull image from GitHub Container Registry
27
27
run : docker pull ghcr.io/${{ github.repository }}/${{ matrix.app }}:${{ github.event.inputs.tag }}
28
28
- name : Tag image for GCR
29
29
run : docker tag ghcr.io/${{ github.repository }}/${{ matrix.app }}:${{ github.event.inputs.tag }} gcr.io/${{ secrets.GCP_PROJECT_ID }}/${{ matrix.app }}:${{ github.event.inputs.tag }}
30
+ - name : Push image to GCR
31
+ run : docker push gcr.io/${{ secrets.GCP_PROJECT_ID }}/${{ matrix.app }}:${{ github.event.inputs.tag }}
30
32
- uses : frabert/replace-string-action@v2.3
31
33
id : runner
32
34
with :
44
46
JWT_SECRET=${{ secrets.JWT_SECRET }},
45
47
RPC_URL=${{secrets.RPC_TEST_URL}},
46
48
REDIS_URL=${{secrets.REDIS_TEST_URL}},
47
- USER_SERVICE_URL=https://user.test.etdstatsapi.net
49
+ USER_SERVICE_URL=https://user.test.etdstatsapi.net,
48
50
SOLIDITY_SERVICE_URL=https://functions.etdstatsapi.net/api/solidity/compile
49
51
region : asia-southeast1
50
52
flags : --allow-unauthenticated
You can’t perform that action at this time.
0 commit comments