Cambio por host
This commit is contained in:
		| @@ -12,7 +12,7 @@ steps: | ||||
| - name: build-and-publish-backend | ||||
|   image: plugins/kaniko | ||||
|   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: | ||||
|       - latest | ||||
|       - ${DRONE_COMMIT_SHA:0:8} | ||||
| @@ -27,7 +27,7 @@ steps: | ||||
| - name: build-and-publish-frontend | ||||
|   image: plugins/kaniko | ||||
|   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: | ||||
|       - latest | ||||
|       - ${DRONE_COMMIT_SHA:0:8} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user