matrix: APP: - ui - api - abstraction - rules build: image: plugins/kaniko settings: registry: from_secret: local_registry username: from_secret: local_username password: from_secret: local_password repo: ${FORGE_NAME}/${CI_REPO}/${APP} auto_tag: true dockerfile: apps/${APP}/Dockerfile when: event: [push, tag] ref: exclude: - refs/tags/*-configchange