This commit is contained in:
parent
a65d564c91
commit
c267cd4f08
@ -9,22 +9,22 @@ pipeline:
|
|||||||
|
|
||||||
|
|
||||||
# -------------------------------------- Backend --------------------------------------
|
# -------------------------------------- Backend --------------------------------------
|
||||||
build_backend:
|
#build_backend:
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
# image: woodpeckerci/plugin-docker-buildx
|
||||||
settings:
|
# settings:
|
||||||
repo:
|
# repo:
|
||||||
from_secret: repository_backend
|
# from_secret: repository_backend
|
||||||
username:
|
# username:
|
||||||
from_secret: registry_username
|
# from_secret: registry_username
|
||||||
password:
|
# password:
|
||||||
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/**"
|
||||||
# event: push
|
# # event: push
|
||||||
|
|
||||||
|
|
||||||
# -------------------------------------- Frontend --------------------------------------
|
# -------------------------------------- Frontend --------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user