docker-squid/.drone.yml

36 lines
754 B
YAML
Raw Normal View History

---
kind: pipeline
type: docker
name: arm32 images
platform:
os: linux
arch: arm
steps:
- name: squid image for dockerhub
image: plugins/docker
settings:
repo: docker.io/b4tman/squid
auto_tag: true
auto_tag_suffix: armhf
pull_image: true
registry: docker.io
username:
from_secret: docker_username
password:
from_secret: docker_password
- name: squid-armhf image for github packages
image: plugins/docker
settings:
repo: docker.pkg.github.com/b4tman/docker-squid/squid-armhf
auto_tag: true
pull_image: true
registry: docker.pkg.github.com
username:
from_secret: github_login
password:
from_secret: github_token
trigger:
ref:
- refs/tags/**
- refs/heads/master