diff --git a/.woodpecker/.build.yml b/.woodpecker/.build.yml index 1242a59..f5ce59b 100644 --- a/.woodpecker/.build.yml +++ b/.woodpecker/.build.yml @@ -1,4 +1,9 @@ pipeline: + test: + secrets: [ DOCKERHUB_USER ] + image: ubuntu + command: echo $DOCKERHUB_USER + build_and_publish: image: woodpeckerci/plugin-docker-buildx secrets: [DOCKERHUB_USER] @@ -10,4 +15,5 @@ pipeline: password: from_secret: DOCKERHUB_TOKEN when: - event: [push, tag, deployment] \ No newline at end of file + branch: master + # event: [push, tag, deployment] \ No newline at end of file