mirror of
https://github.com/actions/actions-runner-controller.git
synced 2025-12-12 20:46:47 +00:00
ci: hardcode dockerhub username (#1555)
This commit is contained in:
2
.github/workflows/runners.yaml
vendored
2
.github/workflows/runners.yaml
vendored
@@ -22,7 +22,7 @@ on:
|
|||||||
env:
|
env:
|
||||||
RUNNER_VERSION: 2.293.0
|
RUNNER_VERSION: 2.293.0
|
||||||
DOCKER_VERSION: 20.10.12
|
DOCKER_VERSION: 20.10.12
|
||||||
DOCKERHUB_USERNAME: ${{ secrets.DOCKER_USER }}
|
DOCKERHUB_USERNAME: summerwind
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-runners:
|
build-runners:
|
||||||
|
|||||||
Reference in New Issue
Block a user