fix: migrate to git.cryptic.systems
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Markus Pesch 2023-06-17 15:41:04 +02:00
parent ec7620e1ad
commit 370783448d
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982

View File

@ -34,7 +34,7 @@ steps:
from_secret: smtp_username from_secret: smtp_username
SMTP_PASSWORD: SMTP_PASSWORD:
from_secret: smtp_password from_secret: smtp_password
image: docker.io/volkerraschek/drone-email:0.1.2 image: git.cryptic.systems/volker.raschek/drone-email:0.1.2
resources: resources:
limits: limits:
cpu: 150 cpu: 150
@ -57,6 +57,9 @@ name: dry-run-amd64
clone: clone:
disable: true disable: true
depends_on:
- linter
platform: platform:
os: linux os: linux
arch: amd64 arch: amd64
@ -96,15 +99,12 @@ steps:
from_secret: smtp_username from_secret: smtp_username
SMTP_PASSWORD: SMTP_PASSWORD:
from_secret: smtp_password from_secret: smtp_password
image: docker.io/volkerraschek/drone-email:0.1.2 image: git.cryptic.systems/volker.raschek/drone-email:0.1.2
when: when:
status: status:
- changed - changed
- failure - failure
depends_on:
- linter
trigger: trigger:
branch: branch:
exclude: exclude:
@ -123,6 +123,9 @@ name: dry-run-arm64-v8
clone: clone:
disable: true disable: true
depends_on:
- linter
platform: platform:
os: linux os: linux
arch: arm64 arch: arm64
@ -162,15 +165,12 @@ steps:
from_secret: smtp_username from_secret: smtp_username
SMTP_PASSWORD: SMTP_PASSWORD:
from_secret: smtp_password from_secret: smtp_password
image: docker.io/volkerraschek/drone-email:0.1.2 image: git.cryptic.systems/volker.raschek/drone-email:0.1.2
when: when:
status: status:
- changed - changed
- failure - failure
depends_on:
- linter
trigger: trigger:
branch: branch:
exclude: exclude:
@ -189,6 +189,9 @@ name: latest-amd64
clone: clone:
disable: true disable: true
depends_on:
- linter
platform: platform:
os: linux os: linux
arch: amd64 arch: amd64
@ -227,15 +230,12 @@ steps:
from_secret: smtp_username from_secret: smtp_username
SMTP_PASSWORD: SMTP_PASSWORD:
from_secret: smtp_password from_secret: smtp_password
image: docker.io/volkerraschek/drone-email:0.1.2 image: git.cryptic.systems/volker.raschek/drone-email:0.1.2
when: when:
status: status:
- changed - changed
- failure - failure
depends_on:
- linter
trigger: trigger:
branch: branch:
- master - master
@ -253,6 +253,9 @@ name: latest-arm64-v8
clone: clone:
disable: true disable: true
depends_on:
- linter
platform: platform:
os: linux os: linux
arch: arm64 arch: arm64
@ -291,15 +294,12 @@ steps:
from_secret: smtp_username from_secret: smtp_username
SMTP_PASSWORD: SMTP_PASSWORD:
from_secret: smtp_password from_secret: smtp_password
image: docker.io/volkerraschek/drone-email:0.1.2 image: git.cryptic.systems/volker.raschek/drone-email:0.1.2
when: when:
status: status:
- changed - changed
- failure - failure
depends_on:
- linter
trigger: trigger:
branch: branch:
- master - master
@ -317,6 +317,10 @@ name: latest-manifest
clone: clone:
disable: true disable: true
depends_on:
- latest-amd64
- latest-arm64-v8
steps: steps:
- name: clone - name: clone
image: git.cryptic.systems/volker.raschek/git:1.2.1 image: git.cryptic.systems/volker.raschek/git:1.2.1
@ -344,7 +348,7 @@ steps:
from_secret: smtp_username from_secret: smtp_username
SMTP_PASSWORD: SMTP_PASSWORD:
from_secret: smtp_password from_secret: smtp_password
image: docker.io/volkerraschek/drone-email:0.1.2 image: git.cryptic.systems/volker.raschek/drone-email:0.1.2
resources: resources:
limits: limits:
cpu: 150 cpu: 150
@ -354,10 +358,6 @@ steps:
- changed - changed
- failure - failure
depends_on:
- latest-amd64
- latest-arm64-v8
trigger: trigger:
branch: branch:
- master - master
@ -408,7 +408,7 @@ steps:
from_secret: smtp_username from_secret: smtp_username
SMTP_PASSWORD: SMTP_PASSWORD:
from_secret: smtp_password from_secret: smtp_password
image: docker.io/volkerraschek/drone-email:0.1.2 image: git.cryptic.systems/volker.raschek/drone-email:0.1.2
resources: resources:
limits: limits:
cpu: 150 cpu: 150
@ -475,7 +475,7 @@ steps:
from_secret: smtp_username from_secret: smtp_username
SMTP_PASSWORD: SMTP_PASSWORD:
from_secret: smtp_password from_secret: smtp_password
image: docker.io/volkerraschek/drone-email:0.1.2 image: git.cryptic.systems/volker.raschek/drone-email:0.1.2
when: when:
status: status:
- changed - changed
@ -535,7 +535,7 @@ steps:
from_secret: smtp_username from_secret: smtp_username
SMTP_PASSWORD: SMTP_PASSWORD:
from_secret: smtp_password from_secret: smtp_password
image: docker.io/volkerraschek/drone-email:0.1.2 image: git.cryptic.systems/volker.raschek/drone-email:0.1.2
when: when:
status: status:
- changed - changed
@ -555,6 +555,10 @@ name: tagged-manifest
clone: clone:
disable: true disable: true
depends_on:
- tagged-amd64
- tagged-arm64-v8
steps: steps:
- name: clone - name: clone
image: git.cryptic.systems/volker.raschek/git:1.2.1 image: git.cryptic.systems/volker.raschek/git:1.2.1
@ -582,7 +586,7 @@ steps:
from_secret: smtp_username from_secret: smtp_username
SMTP_PASSWORD: SMTP_PASSWORD:
from_secret: smtp_password from_secret: smtp_password
image: docker.io/volkerraschek/drone-email:0.1.2 image: git.cryptic.systems/volker.raschek/drone-email:0.1.2
resources: resources:
limits: limits:
cpu: 150 cpu: 150
@ -592,10 +596,6 @@ steps:
- changed - changed
- failure - failure
depends_on:
- tagged-amd64
- tagged-arm64-v8
trigger: trigger:
event: event:
- tag - tag
@ -610,6 +610,9 @@ name: tagged-sync
clone: clone:
disable: true disable: true
depends_on:
- tagged-manifest
steps: steps:
- name: clone - name: clone
image: git.cryptic.systems/volker.raschek/git:1.2.1 image: git.cryptic.systems/volker.raschek/git:1.2.1
@ -626,7 +629,7 @@ steps:
from_secret: container_image_registry_user from_secret: container_image_registry_user
DEST_CRED_PASSWORD: DEST_CRED_PASSWORD:
from_secret: container_image_registry_password from_secret: container_image_registry_password
image: quay.io/skopeo/stable:v1.12.0 image: quay.io/skopeo/stable:v1.11.2
- name: email-notification - name: email-notification
environment: environment:
@ -640,7 +643,7 @@ steps:
from_secret: smtp_username from_secret: smtp_username
SMTP_PASSWORD: SMTP_PASSWORD:
from_secret: smtp_password from_secret: smtp_password
image: docker.io/volkerraschek/drone-email:0.1.2 image: git.cryptic.systems/volker.raschek/drone-email:0.1.2
resources: resources:
limits: limits:
cpu: 150 cpu: 150
@ -650,9 +653,6 @@ steps:
- changed - changed
- failure - failure
depends_on:
- tagged-manifest
trigger: trigger:
event: event:
- tag - tag