country-geo-locations/.drone.yml

24 lines
426 B
YAML
Raw Normal View History

2023-12-22 21:03:28 +01:00
kind: pipeline
2023-12-22 21:25:22 +01:00
name: build
2023-12-22 21:03:28 +01:00
steps:
- name: docker
2023-12-22 21:25:22 +01:00
image: thegeeklab/drone-docker-buildx
privileged: true
2023-12-22 21:03:28 +01:00
settings:
username:
from_secret: DOCKER_USERNAME
password:
from_secret: DOCKER_PASSWORD
repo: yolokube/country-geo-locations
tags:
- latest
- ${DRONE_BUILD_NUMBER}
2023-12-22 21:25:22 +01:00
platforms:
- linux/arm64
- linux/amd64
2023-12-22 21:03:28 +01:00
when:
branch:
- main
event:
- push