Fix: Configure docker plugin for insecure registry
This commit is contained in:
		| @@ -25,6 +25,7 @@ steps: | ||||
|       - latest | ||||
|       # Sintaxis corregida para obtener los primeros 8 caracteres del hash del commit | ||||
|       - ${DRONE_COMMIT_SHA:0:8} | ||||
|     insecure: true | ||||
|  | ||||
| - name: build-and-publish-frontend | ||||
|   image: plugins/docker | ||||
| @@ -42,6 +43,7 @@ steps: | ||||
|       - latest | ||||
|       # Sintaxis corregida para obtener los primeros 8 caracteres del hash del commit | ||||
|       - ${DRONE_COMMIT_SHA:0:8} | ||||
|     insecure: true | ||||
|   depends_on: | ||||
|     - build-and-publish-backend | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user