Cambio por host

This commit is contained in:
2025-06-16 19:06:11 -03:00
parent ba9bef2364
commit b33dd4f94f

View File

@@ -12,7 +12,7 @@ steps:
- name: build-and-publish-backend - name: build-and-publish-backend
image: plugins/kaniko image: plugins/kaniko
settings: settings:
repo: 192.168.4.128:5000/${DRONE_REPO_OWNER}/${DRONE_REPO_NAME,,}-backend repo: host.docker.internal:5000/${DRONE_REPO_OWNER}/${DRONE_REPO_NAME,,}-backend
tags: tags:
- latest - latest
- ${DRONE_COMMIT_SHA:0:8} - ${DRONE_COMMIT_SHA:0:8}
@@ -27,7 +27,7 @@ steps:
- name: build-and-publish-frontend - name: build-and-publish-frontend
image: plugins/kaniko image: plugins/kaniko
settings: settings:
repo: 192.168.4.128:5000/${DRONE_REPO_OWNER}/${DRONE_REPO_NAME,,}-frontend repo: host.docker.internal:5000/${DRONE_REPO_OWNER}/${DRONE_REPO_NAME,,}-frontend
tags: tags:
- latest - latest
- ${DRONE_COMMIT_SHA:0:8} - ${DRONE_COMMIT_SHA:0:8}