File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change 1818 - runner/entrypoint.sh
1919 - .github/workflows/build-and-release-runners.yml
2020
21+ env :
22+ RUNNER_VERSION : 2.279.0
23+ DOCKER_VERSION : 19.03.12
24+ DOCKERHUB_USERNAME : summerwind
25+
2126jobs :
2227 build :
2328 runs-on : ubuntu-latest
3439 - name : actions-runner-dind
3540 os-version : 20.04
3641 dockerfile : Dockerfile.dindrunner
37- env :
38- RUNNER_VERSION : 2.279.0
39- DOCKER_VERSION : 19.03.12
40- DOCKERHUB_USERNAME : ${{ secrets.DOCKER_USER }}
42+
4143 steps :
4244 - name : Set outputs
4345 id : vars
8688 dockerfile : Dockerfile
8789 - name : actions-runner-dind
8890 dockerfile : Dockerfile.dindrunner
89- env :
90- RUNNER_VERSION : 2.277.1
91- DOCKER_VERSION : 19.03.12
92- DOCKERHUB_USERNAME : ${{ secrets.DOCKER_USER }}
93- steps :
9491
92+ steps :
9593 - name : Checkout
9694 uses : actions/checkout@v2
9795
You can’t perform that action at this time.
0 commit comments