2020-08-16 11:45:13 +00:00
|
|
|
---
|
|
|
|
kind: pipeline
|
|
|
|
type: docker
|
|
|
|
name: arm32 images
|
|
|
|
platform:
|
|
|
|
os: linux
|
|
|
|
arch: arm
|
|
|
|
steps:
|
|
|
|
- name: squid image for dockerhub
|
|
|
|
image: plugins/docker
|
|
|
|
settings:
|
2020-08-16 12:48:10 +00:00
|
|
|
repo: docker.io/b4tman/squid
|
2020-08-16 11:45:13 +00:00
|
|
|
auto_tag: true
|
|
|
|
auto_tag_suffix: armhf
|
2020-08-16 12:48:10 +00:00
|
|
|
pull_image: true
|
|
|
|
registry: docker.io
|
2020-08-16 13:06:05 +00:00
|
|
|
username: b4tman
|
2020-08-16 11:45:13 +00:00
|
|
|
password:
|
2020-08-16 12:48:10 +00:00
|
|
|
from_secret: docker_password
|
2021-05-17 14:05:24 +00:00
|
|
|
config:
|
|
|
|
from_secret: docker_config
|
2020-08-16 11:45:13 +00:00
|
|
|
- name: squid-armhf image for github packages
|
|
|
|
image: plugins/docker
|
|
|
|
settings:
|
2020-10-04 19:49:22 +00:00
|
|
|
repo: ghcr.io/b4tman/squid-armhf
|
2020-08-16 11:45:13 +00:00
|
|
|
auto_tag: true
|
|
|
|
pull_image: true
|
2020-10-04 19:49:22 +00:00
|
|
|
registry: ghcr.io
|
2020-08-16 13:06:05 +00:00
|
|
|
username: b4tman
|
2020-08-16 11:45:13 +00:00
|
|
|
password:
|
2020-08-16 13:06:05 +00:00
|
|
|
from_secret: github_password
|
2021-05-17 14:05:24 +00:00
|
|
|
config:
|
|
|
|
from_secret: docker_config
|
2020-08-16 11:45:13 +00:00
|
|
|
trigger:
|
|
|
|
ref:
|
|
|
|
- refs/tags/**
|
|
|
|
- refs/heads/master
|