This commit is contained in:
@@ -4,7 +4,7 @@ variables:
|
|||||||
- &platforms_release 'linux/amd64'
|
- &platforms_release 'linux/amd64'
|
||||||
- &build_args 'CI_COMMIT_SHA=${CI_COMMIT_SHA},CI_COMMIT_BRANCH=${CI_COMMIT_BRANCH},CI_COMMIT_TAG=${CI_COMMIT_TAG}'
|
- &build_args 'CI_COMMIT_SHA=${CI_COMMIT_SHA},CI_COMMIT_BRANCH=${CI_COMMIT_BRANCH},CI_COMMIT_TAG=${CI_COMMIT_TAG}'
|
||||||
- publish_logins: &publish_logins
|
- publish_logins: &publish_logins
|
||||||
- registry: git.ego.freeddns.org
|
- registry: git.pbiernat.space
|
||||||
username:
|
username:
|
||||||
from_secret: docker_username
|
from_secret: docker_username
|
||||||
password:
|
password:
|
||||||
@@ -46,7 +46,7 @@ steps:
|
|||||||
image: *buildx_plugin
|
image: *buildx_plugin
|
||||||
depends_on: [vendor, analyze, static-check, lint]
|
depends_on: [vendor, analyze, static-check, lint]
|
||||||
settings:
|
settings:
|
||||||
repo: git.ego.freeddns.org/egommerce/identity-svc
|
repo: git.pbiernat.space/egommerce/identity-svc
|
||||||
tag: builder
|
tag: builder
|
||||||
dockerfile: deploy/docker/Dockerfile.builder
|
dockerfile: deploy/docker/Dockerfile.builder
|
||||||
logins: *publish_logins
|
logins: *publish_logins
|
||||||
@@ -57,10 +57,10 @@ steps:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- build-image
|
- build-image
|
||||||
settings:
|
settings:
|
||||||
repo: git.ego.freeddns.org/egommerce/identity-svc
|
repo: git.pbiernat.space/egommerce/identity-svc
|
||||||
tag: dev
|
tag: dev
|
||||||
build_args:
|
build_args:
|
||||||
BUILDER_IMAGE: git.ego.freeddns.org/egommerce/identity-svc:builder
|
BUILDER_IMAGE: git.pbiernat.space/egommerce/identity-svc:builder
|
||||||
SVC_NAME: "identity-svc"
|
SVC_NAME: "identity-svc"
|
||||||
SVC_VER: "1.0"
|
SVC_VER: "1.0"
|
||||||
dockerfile: deploy/docker/Dockerfile.target
|
dockerfile: deploy/docker/Dockerfile.target
|
||||||
|
|||||||
Reference in New Issue
Block a user