Swiched git plugin to registry cache
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Nicolai Ort 2023-07-13 06:46:05 +00:00
parent 9b519984f4
commit 9722510ef6
Signed by: git.odit.services
GPG Key ID: 76E155504123332E
1 changed files with 3 additions and 20 deletions

View File

@ -56,7 +56,7 @@ steps:
- yarn release:patch
- git pull
- name: push to repo
image: appleboy/drone-git-push
image: registry.odit.services/hub/appleboy/drone-git-push
depends_on: [bump_patch]
settings:
commit: false
@ -162,7 +162,7 @@ steps:
- "yarn release:prepatch"
- git pull
- name: push to repo
image: appleboy/drone-git-push
image: registry.odit.services/hub/appleboy/drone-git-push
depends_on: [bump_prepatch]
settings:
commit: false
@ -194,21 +194,4 @@ trigger:
- cron
cron:
include:
- weekly
# ---
# kind: pipeline
# type: kubernetes
# name: build:pr
# steps:
# - name: docker release
# image: plugins/docker
# user: 0
# depends_on: [clone]
# settings:
# dry_run: true
# tags:
# - "PR-${DRONE_STAGE_STARTED}"
# mtu: 1000
# trigger:
# event:
# - pull_request
- weekly