2023-10-07 20:54:56 +00:00
|
|
|
variables:
|
|
|
|
- &flutter_version '3.13.6'
|
|
|
|
|
|
|
|
steps:
|
|
|
|
docker-build:
|
|
|
|
image: woodpeckerci/plugin-docker-buildx
|
|
|
|
settings:
|
|
|
|
repo: git.polynom.me/papatutuwawa/docker-flutter
|
|
|
|
registry: git.polynom.me
|
|
|
|
platforms: linux/arm64/v8
|
|
|
|
tag: *flutter_version
|
|
|
|
build_args:
|
2023-10-07 21:02:33 +00:00
|
|
|
- FLUTTER_VERSION=3.13.6
|
2023-10-07 20:54:56 +00:00
|
|
|
auto_tag: true
|
|
|
|
username:
|
|
|
|
from_secret: repository_username
|
|
|
|
password:
|
|
|
|
from_secret: repository_password
|
|
|
|
secrets: [ repository_username, repository_password ]
|