--- kind: pipeline name: docker-publish steps: - name: publish image image: plugins/docker settings: auto_tag: true username: thecoopcloud password: from_secret: thecoopcloud_password repo: thecoopcloud/traefik-cert-dumper tags: latest when: event: exclude: - pull_request trigger: branch: - main