ci: hardcode dockerhub username (#1555)
This commit is contained in:
parent
23f091d7fa
commit
3c7d3d6b57
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue