Cambio de imagen kaniko
This commit is contained in:
		| @@ -10,10 +10,8 @@ trigger: | |||||||
|  |  | ||||||
| steps: | steps: | ||||||
| - name: build-and-publish-backend | - name: build-and-publish-backend | ||||||
|   # --- ¡¡EL CAMBIO CLAVE Y DEFINITIVO ESTÁ AQUÍ!! --- |   image: plugins/kaniko | ||||||
|   image: drone-plugins/kaniko |  | ||||||
|   settings: |   settings: | ||||||
|     # Esta es la sintaxis correcta que "drone-plugins/kaniko" entiende. |  | ||||||
|     repo: 192.168.4.128:5000/${DRONE_REPO_OWNER}/${DRONE_REPO_NAME,,}-backend |     repo: 192.168.4.128:5000/${DRONE_REPO_OWNER}/${DRONE_REPO_NAME,,}-backend | ||||||
|     tags: |     tags: | ||||||
|       - latest |       - latest | ||||||
| @@ -27,8 +25,7 @@ steps: | |||||||
|     insecure: true |     insecure: true | ||||||
|  |  | ||||||
| - name: build-and-publish-frontend | - name: build-and-publish-frontend | ||||||
|   # --- Y AQUÍ --- |   image: plugins/kaniko | ||||||
|   image: drone-plugins/kaniko |  | ||||||
|   settings: |   settings: | ||||||
|     repo: 192.168.4.128:5000/${DRONE_REPO_OWNER}/${DRONE_REPO_NAME,,}-frontend |     repo: 192.168.4.128:5000/${DRONE_REPO_OWNER}/${DRONE_REPO_NAME,,}-frontend | ||||||
|     tags: |     tags: | ||||||
| @@ -45,7 +42,6 @@ steps: | |||||||
|     - build-and-publish-backend |     - build-and-publish-backend | ||||||
|  |  | ||||||
| - name: deploy-to-production | - name: deploy-to-production | ||||||
|   # Este paso nunca fue el problema y no cambia. |  | ||||||
|   image: alpine:latest |   image: alpine:latest | ||||||
|   environment: |   environment: | ||||||
|     SSH_KEY: |     SSH_KEY: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user