kind: pipeline name: mastodon type: kubernetes steps: - name: build-mastodon image: plugins/docker environment: DOCKER_BUILDKIT: 1 settings: registry: git.greyfox.tech username: from_secret: registry_user password: from_secret: registry_pass repo: git.greyfox.tech/bark/mastodon dockerfile: Dockerfile tags: - latest - name: build-streaming image: plugins/docker environment: DOCKER_BUILDKIT: 1 settings: registry: git.greyfox.tech username: from_secret: registry_user password: from_secret: registry_pass repo: git.greyfox.tech/bark/mastodon-streaming dockerfile: streaming/Dockerfile tags: - latest