This commit is contained in:
JMARyA 2024-07-10 14:14:37 +02:00
parent 7507f94141
commit 70bccc9ffc
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263

View file

@ -1,42 +0,0 @@
kind: pipeline
type: docker
name: deploy-x86
platform:
arch: amd64
steps:
- name: deploy
image: plugins/docker
settings:
registry: git.hydrar.de
username:
from_secret: registry_user
password:
from_secret: registry_password
repo: git.hydrar.de/jmarya/me-site
tags:
- latest
- latest-amd64
---
kind: pipeline
type: docker
name: deploy-arm
platform:
arch: arm64
steps:
- name: deploy
image: plugins/docker
settings:
registry: git.hydrar.de
username:
from_secret: registry_user
password:
from_secret: registry_password
repo: git.hydrar.de/jmarya/me-site
tags:
- latest
- latest-arm64