kind: pipeline name: homepage steps: - name: build and publish image: plugins/docker settings: registry: codeberg.org username: from_secret: registry_username password: from_secret: registry_password repo: codeberg.org/angestoepselt/homepage build_args: - SITE=angestoepselt tags: ${DRONE_BRANCH} when: branch: [captcha] - name: deploy image: plugins/webhook settings: urls: from_secret: portainer_url