You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
docker-flutter-image/.drone.yml

24 lines
366 B

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.3.0
tags:
- '3.3.0'
- '3.3'
- '3'
username:
from_secret: docker_username
password:
from_secret: docker_password