File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1212 steps :
1313 - name : Checkout repository
1414 uses : actions/checkout@v3
15+ - name : Docker build cache
16+ uses : satackey/action-docker-layer-caching@v0.0.8
17+ continue-on-error : true
1518 - name : Copy .env.sample to .env
1619 run : cp .env.sample .env
1720 - name : For php8.1
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Docker Publish
22
33on :
44 schedule :
5- - cron : ' 36 4 * * *'
5+ - cron : ' 30 10 * * *'
66 push :
77 branches : [ main ]
88
1414 steps :
1515 - name : Checkout repository
1616 uses : actions/checkout@v3
17+ - name : Docker build cache
18+ uses : satackey/action-docker-layer-caching@v0.0.8
19+ continue-on-error : true
1720 - name : Docker Login
1821 env :
1922 DOCKER_USER : ${{secrets.DOCKER_USER}}
You can’t perform that action at this time.
0 commit comments