Trying to fix pipeline 2
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Administrator 2023-03-13 14:58:56 +01:00
parent fba180c181
commit a65d564c91

View File

@ -3,9 +3,9 @@ pipeline:
image: golang
commands:
- echo -n "${CI_COMMIT_BRANCH//\//-}-${CI_COMMIT_SHA:0:8}, latest" > .tags
when:
path: [ "frontend/**", "backend/**" ]
event: push
#when:
# path: [ "frontend/**", "backend/**" ]
# event: push
# -------------------------------------- Backend --------------------------------------
@ -22,9 +22,9 @@ pipeline:
from_secret: registry
dockerfile: ./backend/Dockerfile
platforms: linux/amd64
when:
path: "backend/**"
event: push
#when:
# path: "backend/**"
# event: push
# -------------------------------------- Frontend --------------------------------------
@ -41,8 +41,8 @@ pipeline:
from_secret: registry
dockerfile: ./frontend/Dockerfile
platforms: linux/amd64
when:
path: "frontend/**"
event: push
#when:
# path: "frontend/**"
# event: push
branches: main