This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user