kind: pipeline name: default type: docker platform: os: linux arch: amd64 steps: - name: docker image: plugins/docker settings: repo: jonasfranz/flutter build_args: - FLUTTER_VERSION=3.10.5 tags: - '3.10.5' - '3.10' - '3' username: from_secret: docker_username password: from_secret: docker_password