Update '.woodpecker/build.yml'
Some checks failed
ci/woodpecker/push/build Pipeline failed

This commit is contained in:
2023-03-11 14:36:18 +01:00
parent 54af09cf33
commit bad36ab7e8

View File

@@ -2,12 +2,10 @@ pipeline:
build_and_publish:
image: woodpeckerci/plugin-docker-buildx
secrets: [ DOCKERHUB_USER ]
environment:
DOCKERHUB_USER: ${DOCKERHUB_USER}
settings:
username: ${DOCKERHUB_USER}
password: ${DOCKERHUB_TOKEN}
repo: $${DOCKERHUB_USER}/${CI_REPO_NAME}
repo: "${DOCKERHUB_USER}/${CI_REPO_NAME}"
context: ./build
dockerfile: ./build/Dockerfile
auto_tag: true