Trying to fix pipeline
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

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

View File

@ -20,7 +20,7 @@ pipeline:
from_secret: registry_password from_secret: registry_password
registry: registry:
from_secret: registry from_secret: registry
dockerfile: backend/Dockerfile dockerfile: ./backend/Dockerfile
platforms: linux/amd64 platforms: linux/amd64
when: when:
path: "backend/**" path: "backend/**"
@ -39,7 +39,7 @@ pipeline:
from_secret: registry_password from_secret: registry_password
registry: registry:
from_secret: registry from_secret: registry
dockerfile: frontend/Dockerfile dockerfile: ./frontend/Dockerfile
platforms: linux/amd64 platforms: linux/amd64
when: when:
path: "frontend/**" path: "frontend/**"