This commit is contained in:
dvirlabs 2025-06-13 18:27:32 +03:00
parent da2c2f38c7
commit 58c9335f7c

View File

@ -5,8 +5,9 @@ steps:
path: path:
include: [ frontend/** ] include: [ frontend/** ]
image: gcr.io/kaniko-project/executor:latest image: gcr.io/kaniko-project/executor:latest
environment: secrets:
DOCKER_CONFIG: /kaniko/.docker/ - DOCKER_USERNAME
- DOCKER_PASSWORD
volumes: volumes:
- name: docker-config - name: docker-config
path: /kaniko/.docker/ path: /kaniko/.docker/
@ -23,8 +24,9 @@ steps:
path: path:
include: [ backend/** ] include: [ backend/** ]
image: gcr.io/kaniko-project/executor:latest image: gcr.io/kaniko-project/executor:latest
environment: secrets:
DOCKER_CONFIG: /kaniko/.docker/ - DOCKER_USERNAME
- DOCKER_PASSWORD
volumes: volumes:
- name: docker-config - name: docker-config
path: /kaniko/.docker/ path: /kaniko/.docker/