--- kind: pipeline type: docker name: default platform: os: linux arch: amd64 trigger: event: - cron - custom - tag steps: - name: build image: plugins/docker settings: registry: registry.fk.jochum.dev username: robot$jochum+drone password: from_secret: registry.fk.jochum.dev-robot repo: registry.fk.jochum.dev/jochum/hugo build_args: HUGO_VERSION=${DRONE_TAG} auto_tag: true tags: - latest