This commit is contained in:
@@ -2,12 +2,10 @@ pipeline:
|
|||||||
build_and_publish:
|
build_and_publish:
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
secrets: [ DOCKERHUB_USER ]
|
secrets: [ DOCKERHUB_USER ]
|
||||||
environment:
|
|
||||||
DOCKERHUB_USER: ${DOCKERHUB_USER}
|
|
||||||
settings:
|
settings:
|
||||||
username: ${DOCKERHUB_USER}
|
username: ${DOCKERHUB_USER}
|
||||||
password: ${DOCKERHUB_TOKEN}
|
password: ${DOCKERHUB_TOKEN}
|
||||||
repo: $${DOCKERHUB_USER}/${CI_REPO_NAME}
|
repo: "${DOCKERHUB_USER}/${CI_REPO_NAME}"
|
||||||
context: ./build
|
context: ./build
|
||||||
dockerfile: ./build/Dockerfile
|
dockerfile: ./build/Dockerfile
|
||||||
auto_tag: true
|
auto_tag: true
|
||||||
|
|||||||
Reference in New Issue
Block a user