Skip to content

Commit 02e05bd

Browse files
ci: set username statically (actions#724)
Co-authored-by: Callum James Tait <[email protected]>
1 parent a9421ed commit 02e05bd

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

.github/workflows/build-and-release-runners.yml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ on:
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+
2126
jobs:
2227
build:
2328
runs-on: ubuntu-latest
@@ -34,10 +39,7 @@ jobs:
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
@@ -86,12 +88,8 @@ jobs:
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

0 commit comments

Comments
 (0)