Compare commits
22 Commits
822a8379aa
...
WEBDEV-0.1
| Author | SHA1 | Date | |
|---|---|---|---|
| 85e4837ef9 | |||
| 61ea66aad2 | |||
| 30e8761fa3 | |||
| 862fd58368 | |||
| 455b756bc1 | |||
| b96a40e6ed | |||
| 8dd5a798d9 | |||
| 1ddad9171e | |||
| 0d5192c156 | |||
| c9689fd114 | |||
| 7ad384fb63 | |||
| f6578860ab | |||
| cf8abed1e2 | |||
| 15f5e43e34 | |||
| 6634891de6 | |||
| 98fc970653 | |||
| f71211c0b9 | |||
| 19fab91db9 | |||
| 8b9a837062 | |||
| be1344e9e5 | |||
| fc51e2eda9 | |||
| 456b8ef75b |
@ -18,9 +18,7 @@ steps:
|
|||||||
- rm -f tags.txt
|
- rm -f tags.txt
|
||||||
- echo ${CI_COMMIT_TAG} | sed -e "s/^WEB-//" >> tags.txt
|
- echo ${CI_COMMIT_TAG} | sed -e "s/^WEB-//" >> tags.txt
|
||||||
- echo "latest" >> tags.txt
|
- echo "latest" >> tags.txt
|
||||||
- name: (YABA.Web) Package and Upload Docker Image (dev)
|
- name: (YABA.Web) Package and Upload Docker Image
|
||||||
when:
|
|
||||||
- ref: refs/tags/WEBDEV-*
|
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
settings:
|
settings:
|
||||||
repo: gitea.iwanaga.moe/cjtibule/yaba/web
|
repo: gitea.iwanaga.moe/cjtibule/yaba/web
|
||||||
@ -34,19 +32,3 @@ steps:
|
|||||||
registry: gitea.iwanaga.moe
|
registry: gitea.iwanaga.moe
|
||||||
build_args:
|
build_args:
|
||||||
from_secret: DEV1_BUILDARGS
|
from_secret: DEV1_BUILDARGS
|
||||||
- name: (YABA.Web) Package and Upload Docker Image (prod)
|
|
||||||
when:
|
|
||||||
- ref: refs/tags/WEB-*
|
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
|
||||||
settings:
|
|
||||||
repo: gitea.iwanaga.moe/cjtibule/yaba/web
|
|
||||||
context: ./Web
|
|
||||||
dockerfile: ./Web/Dockerfile
|
|
||||||
tags_file: tags.txt
|
|
||||||
username:
|
|
||||||
from_secret: gitea_yaba_registry_username
|
|
||||||
password:
|
|
||||||
from_secret: gitea_yaba_registry_password
|
|
||||||
registry: gitea.iwanaga.moe
|
|
||||||
build_args:
|
|
||||||
from_secret: PROD_BUILDARGS
|
|
||||||
@ -13,9 +13,7 @@ ENV ASPNETCORE_Authentication__Auth0__Domain=
|
|||||||
ENV ASPNETCORE_Authentication__Auth0__Identifier=
|
ENV ASPNETCORE_Authentication__Auth0__Identifier=
|
||||||
ENV ASPNETCORE_ConnectionStrings__YABAReadOnlyDbConnectionString=
|
ENV ASPNETCORE_ConnectionStrings__YABAReadOnlyDbConnectionString=
|
||||||
ENV ASPNETCORE_ConnectionStrings__YABAReadWriteDbConnectionString=
|
ENV ASPNETCORE_ConnectionStrings__YABAReadWriteDbConnectionString=
|
||||||
ENV WebClient__Url=
|
ENV ASPNETCORE_WebClient__Url=
|
||||||
ENV Serilog__WriteTo__1__Args__Uri=
|
|
||||||
ENV Serilog__WriteTo__1__Args__Labels__1__Value=
|
|
||||||
|
|
||||||
FROM mcr.microsoft.com/dotnet/sdk:6.0-alpine AS build
|
FROM mcr.microsoft.com/dotnet/sdk:6.0-alpine AS build
|
||||||
WORKDIR /src
|
WORKDIR /src
|
||||||
|
|||||||
Reference in New Issue
Block a user