--- kind: pipeline type: docker name: CI steps: - name: docker image: plugins/docker settings: username: phundrak password: from_secret: dh_key repo: phundrak/pleroma tags: - latest platform: linux/amd64 build_args: | buildx_argv=( --pull --platform amd64 --tag "phundrak/pleroma:latest" )