matrix: APP: - ui - api - abstraction - rules steps: build: image: plugins/kaniko settings: repo: ${FORGE_NAME}/${CI_REPO}/${APP} registry_mirror: http://dockerhub-cache.gitea.svc.cluster.local:5000 registry: from_secret: container_registry auto_tag: true username: from_secret: container_registry_username password: from_secret: container_registry_password dockerfile: apps/${APP}/Dockerfile when: event: [push, tag] ref: exclude: - refs/tags/*-configchange