steps: docker-build: image: woodpeckerci/plugin-docker-buildx settings: # Push to my registry repo: git.polynom.me/papatutuwawa/docker-flutter registry: git.polynom.me username: from_secret: repository_username password: from_secret: repository_password # Build only for ARM64 platforms: linux/arm64/v8 # Build the correct version build_args: - FLUTTER_VERSION=3.13.6 # Tag : and :latest tag: 3.13.6 auto_tag: true # Save storage purge: true secrets: [ repository_username, repository_password ] when: event: [push] path: # Only run the CI when the pipeline or the Dockerfile changes include: ['.woodpecker.yml', 'Dockerfile']