steps: build_and_release: image: woodpeckerci/plugin-kaniko:next pull: true commands: - "rm /kaniko/plugin.sh" - "curl https://raw.githubusercontent.com/nicolas-r/plugin-kaniko/some-fixes/plugin.sh > /kaniko/plugin.sh" - "./kaniko/plugin.sh" environment: - CTAG="2.0.0," settings: registry: git.sandbox.iuk.hdm-stuttgart.de repo: grosse/jupyterhub tags: ${CTAG} dockerfile: Dockerfile username: from_secret: docker_username password: from_secret: docker_password