mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 04:57:54 +00:00
Attempt to get the Docker Hub auth into the right place
This commit is contained in:
parent
5e1d3db72e
commit
1303a85285
@ -134,9 +134,9 @@ jobs:
|
||||
# the DOCKERHUB_CONTEXT anchor will have access to the environment
|
||||
# variables used here. These variables will allow the Docker Hub image
|
||||
# pull to be authenticated and hopefully avoid hitting and rate limits.
|
||||
docker:
|
||||
docker: &DOCKERHUB_AUTH
|
||||
- image: "null"
|
||||
auth: &DOCKERHUB_AUTH
|
||||
auth:
|
||||
username: $DOCKERHUB_USERNAME
|
||||
password: $DOCKERHUB_PASSWORD
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user