Compare commits

...

2 Commits

Author SHA1 Message Date
ee87f82799
fix(ci): Update git pushb settings
Some checks failed
ci/woodpecker/push/build Pipeline failed
2024-11-26 19:06:32 +01:00
7c08f522aa
fix(ci): Update relase machanism 2024-11-26 19:06:16 +01:00
2 changed files with 4 additions and 4 deletions

View File

@ -11,8 +11,10 @@ steps:
branch: dev
commit: true
commit_message: new license file version [CI SKIP]
author_name: odit_bot
author_email: bot@odit.services
remote: git@git.odit.services:lfk/frontend.git
rebase: true
remote: ssh://git@git.odit.services:lfk/frontend.git
ssh_key:
from_secret: odit-git-bot-sshkey
- name: build dev
@ -21,6 +23,7 @@ steps:
repo: registry.odit.services/lfk/frontend
tags:
- dev
- latest
registry: registry.odit.services
platforms: linux/amd64,linux/arm64
cache_from: registry.odit.services/lfk/frontend:dev

View File

@ -12,9 +12,6 @@ steps:
from_secret: odit-registry-builder-username
password:
from_secret: odit-registry-builder-password
secrets:
- source: odit-npm-cache-url
target: NPM_REGISTRY_URL
when:
event:
- tag