This commit is contained in:
@@ -1,21 +1,12 @@
|
||||
pipeline:
|
||||
test:
|
||||
image: ubuntu
|
||||
commands:
|
||||
- pwd
|
||||
- ls -al
|
||||
|
||||
build_and_publish:
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
secrets: [ dockerhub_user ]
|
||||
settings:
|
||||
context: ./build
|
||||
repo: simple-laravel
|
||||
username:
|
||||
from_secret: dockerhub_user
|
||||
password:
|
||||
from_secret: DOCKERHUB_TOKEN
|
||||
auto_tag: true
|
||||
when:
|
||||
branch: master
|
||||
event: [push, tag, deployment]
|
||||
|
||||
Reference in New Issue
Block a user