This repository has been archived on 2024-07-04. You can view files and clone it, but cannot push or open issues or pull requests.
2021-09-25 19:09:40 +00:00
|
|
|
kind: pipeline
|
|
|
|
type: kubernetes
|
|
|
|
name: arm64
|
|
|
|
|
|
|
|
node_selector:
|
|
|
|
beta.kubernetes.io/arch: arm64
|
|
|
|
|
|
|
|
steps:
|
|
|
|
- name: docker
|
|
|
|
image: plugins/docker
|
|
|
|
settings:
|
2021-09-26 02:22:15 +00:00
|
|
|
repo: badjware/helium-blockchain-exporter
|
2021-09-25 19:09:40 +00:00
|
|
|
auto_tag: true
|
|
|
|
username:
|
|
|
|
from_secret: docker_username
|
|
|
|
password:
|
|
|
|
from_secret: docker_password
|