File tree Expand file tree Collapse file tree 4 files changed +16
-0
lines changed
Expand file tree Collapse file tree 4 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 88 core :
99 name : Build Alpine NGINX mainline Docker image
1010 runs-on : ubuntu-20.04
11+ strategy :
12+ fail-fast : false
1113 steps :
1214 - name : Check out the codebase
1315 uses : actions/checkout@v3
4244 perl :
4345 name : Build Alpine NGINX mainline perl Docker image
4446 runs-on : ubuntu-20.04
47+ strategy :
48+ fail-fast : false
4549 steps :
4650 - name : Check out the codebase
4751 uses : actions/checkout@v3
Original file line number Diff line number Diff line change 88 core :
99 name : Build Alpine NGINX stable Docker image
1010 runs-on : ubuntu-20.04
11+ strategy :
12+ fail-fast : false
1113 steps :
1214 - name : Check out the codebase
1315 uses : actions/checkout@v3
4244 perl :
4345 name : Build Alpine NGINX stable perl Docker image
4446 runs-on : ubuntu-20.04
47+ strategy :
48+ fail-fast : false
4549 steps :
4650 - name : Check out the codebase
4751 uses : actions/checkout@v3
Original file line number Diff line number Diff line change 88 core :
99 name : Build Debian NGINX mainline Docker image
1010 runs-on : ubuntu-20.04
11+ strategy :
12+ fail-fast : false
1113 steps :
1214 - name : Check out the codebase
1315 uses : actions/checkout@v3
4244 perl :
4345 name : Build Debian NGINX mainline perl Docker image
4446 runs-on : ubuntu-20.04
47+ strategy :
48+ fail-fast : false
4549 steps :
4650 - name : Check out the codebase
4751 uses : actions/checkout@v3
Original file line number Diff line number Diff line change 88 core :
99 name : Build Debian NGINX stable Docker image
1010 runs-on : ubuntu-20.04
11+ strategy :
12+ fail-fast : false
1113 steps :
1214 - name : Check out the codebase
1315 uses : actions/checkout@v3
4244 perl :
4345 name : Build Debian NGINX stable perl Docker image
4446 runs-on : ubuntu-20.04
47+ strategy :
48+ fail-fast : false
4549 steps :
4650 - name : Check out the codebase
4751 uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments