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