Commit 37ff476 1 parent 8e82d17 commit 37ff476 Copy full SHA for 37ff476
File tree 3 files changed +0
-36
lines changed
3 files changed +0
-36
lines changed Original file line number Diff line number Diff line change 52
52
docker pull --quiet tiangolo/uvicorn-gunicorn-fastapi:python3.7
53
53
docker pull --quiet node:14
54
54
55
- # In this step, this action saves a list of existing images,
56
- # the cache is created without them in the post run.
57
- # It also restores the cache if it exists.
58
- # - name: Setup Docker Cache
59
- # uses: satackey/action-docker-layer-caching@v0.0.11
60
- # # Ignore the failure of a step and avoid terminating the job.
61
- # continue-on-error: true
62
- # with:
63
- # key: numerbay-docker-cache-prod-1-{hash}
64
- # restore-keys: |
65
- # numerbay-docker-cache-prod-1-
66
-
67
55
- name : Build and Push Production Images
68
56
run : |
69
57
export LD_LIBRARY_PATH=/usr/local/lib
Original file line number Diff line number Diff line change 49
49
docker pull --quiet tiangolo/uvicorn-gunicorn-fastapi:python3.7
50
50
docker pull --quiet node:12
51
51
52
- # In this step, this action saves a list of existing images,
53
- # the cache is created without them in the post run.
54
- # It also restores the cache if it exists.
55
- - name : Setup Docker Cache
56
- uses : satackey/action-docker-layer-caching@v0.0.11
57
- # Ignore the failure of a step and avoid terminating the job.
58
- continue-on-error : true
59
- with :
60
- key : numerbay-docker-cache-stag-1-{hash}
61
- restore-keys : |
62
- numerbay-docker-cache-stag-1
63
-
64
52
- name : Build and Push Staging Images
65
53
run : |
66
54
export LD_LIBRARY_PATH=/usr/local/lib
Original file line number Diff line number Diff line change 54
54
docker pull --quiet tiangolo/uvicorn-gunicorn-fastapi:python3.7
55
55
docker pull --quiet node:14
56
56
57
- # In this step, this action saves a list of existing images,
58
- # the cache is created without them in the post run.
59
- # It also restores the cache if it exists.
60
- - name : Setup Docker Cache
61
- uses : satackey/action-docker-layer-caching@v0.0.11
62
- # Ignore the failure of a step and avoid terminating the job.
63
- continue-on-error : true
64
- with :
65
- key : numerbay-docker-cache-test-2-{hash}
66
- restore-keys : |
67
- numerbay-docker-cache-test-2-
68
-
69
57
- name : Test backend
70
58
run : sh ./scripts/test.sh
71
59
env :
You can’t perform that action at this time.
0 commit comments