From c391264b8e3905587414cfda843d3415e25df95e Mon Sep 17 00:00:00 2001 From: Francisco Molina Date: Mon, 7 Jun 2021 09:49:23 +0200 Subject: [PATCH] .github/workflows/build.yml: fix doc --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f9a3fa74..f29b93d4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,7 @@ # * DOCKER_REGISTRY: the registry to pull and push images from/to # * DOCKERHUB_USERNAME: the Docker Hub username account that can # publish to ${DOCKER_REGISTRY} -# * DOCKERHUB_PASSWORD: the Docker Hub password for ${DOCKERHUB_USERNAME} +# * DOCKERHUB_TOKEN: the Docker Hub access token for ${DOCKERHUB_USERNAME} # name: build