ci: set username statically (#724)

Co-authored-by: Callum James Tait <callum.tait@photobox.com>
This commit is contained in:
toast-gear 2021-08-11 12:03:37 +01:00 committed by GitHub
parent a9421edd46
commit 02e05bdafb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 9 deletions

View File

@ -18,6 +18,11 @@ on:
- runner/entrypoint.sh - runner/entrypoint.sh
- .github/workflows/build-and-release-runners.yml - .github/workflows/build-and-release-runners.yml
env:
RUNNER_VERSION: 2.279.0
DOCKER_VERSION: 19.03.12
DOCKERHUB_USERNAME: summerwind
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
@ -34,10 +39,7 @@ jobs:
- name: actions-runner-dind - name: actions-runner-dind
os-version: 20.04 os-version: 20.04
dockerfile: Dockerfile.dindrunner dockerfile: Dockerfile.dindrunner
env:
RUNNER_VERSION: 2.279.0
DOCKER_VERSION: 19.03.12
DOCKERHUB_USERNAME: ${{ secrets.DOCKER_USER }}
steps: steps:
- name: Set outputs - name: Set outputs
id: vars id: vars
@ -86,12 +88,8 @@ jobs:
dockerfile: Dockerfile dockerfile: Dockerfile
- name: actions-runner-dind - name: actions-runner-dind
dockerfile: Dockerfile.dindrunner dockerfile: Dockerfile.dindrunner
env:
RUNNER_VERSION: 2.277.1
DOCKER_VERSION: 19.03.12
DOCKERHUB_USERNAME: ${{ secrets.DOCKER_USER }}
steps:
steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v2