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

This commit is contained in:
2023-03-11 14:28:12 +01:00
parent 8f3e78665b
commit 20dedcfe4d

View File

@@ -3,12 +3,11 @@ pipeline:
image: woodpeckerci/plugin-docker-buildx
secrets: [ dockerhub_user ]
settings:
repo: test/simple-laravel
context: ./build
dockerfile: ./build/Dockerfile
tags: latest
dry-run: true
username: ${DOCKERHUB_USER}
password: ${DOCKERHUB_TOKEN}
repo: ${DOCKERHUB_USER}/${CI_REPO_NAME}
context: ./build
dockerfile: ./build/Dockerfile
auto_tag: true
when:
event: [push, tag, deployment]