docker-s3-backup/.drone.yml

13 lines
332 B
YAML
Raw Normal View History

2023-10-31 21:37:36 +00:00
kind: pipeline
type: docker
name: ci
steps:
- name: build
image: debian:12
commands:
2023-10-31 21:40:15 +00:00
- echo $${DRONE_TAG:-$DRONE_BRANCH}
2023-10-31 21:37:36 +00:00
# - 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