docker-s3-backup/.drone.yml

13 lines
337 B
YAML

kind: pipeline
type: docker
name: ci
steps:
- name: build
image: debian:12
commands:
- echo $${DRONE_TAG:-$DRONE_REPO_BRANCH}
# - apt-get update && apt-get install -y curl
# - curl -fsSL https://get.docker.com -o get-docker.sh
# - sh ./get-docker.sh
# - docker buildx build --platform linux/amd64,linux/arm64 -t