@@ -1,10 +1,10 @@
|
|||||||
pipeline:
|
pipeline:
|
||||||
build_and_publish:
|
build_and_publish:
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
secrets: [DOCKERHUB_USER]
|
secrets: [ DOCKERHUB_USER ]
|
||||||
settings:
|
settings:
|
||||||
context: ./build
|
context: ./build
|
||||||
repo: ${{DOCKERHUB_USER}}/${CI_REPO_NAME}
|
repo: ${DOCKERHUB_USER}/${CI_REPO_NAME}
|
||||||
username:
|
username:
|
||||||
from_secret: DOCKERHUB_USER
|
from_secret: DOCKERHUB_USER
|
||||||
password:
|
password:
|
||||||
|
|||||||
Reference in New Issue
Block a user