Skip to content
Snippets Groups Projects

Resolve "Add login panel CI/CD to create (docker) image"

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -94,7+94,7 @@
variables:
KANIKO_CONTEXT: "kratos"
KANIKO_BUILD_IMAGENAME: $CI_JOB_NAME
extends: .kaniko_build
# only:
# changes:
# - kratos/**/*
@@ -114,7+114,7 @@
- serve
- --config
- /etc/config/kratos.yaml
- name: docker.io/oryd/hydra:latest-sqlite
- name: docker.io/oryd/hydra:v1.8.5
alias: hydra
command:
- serve
Loading