Fix indentación. Y Trusted en Drone.
This commit is contained in:
22
.drone.yml
22
.drone.yml
@@ -16,7 +16,6 @@ trigger:
|
||||
steps:
|
||||
- name: build-and-publish-backend
|
||||
image: plugins/docker
|
||||
# Añade la sección "volumes" aquí
|
||||
volumes:
|
||||
- name: dockersock
|
||||
path: /var/run/docker.sock
|
||||
@@ -34,6 +33,27 @@ steps:
|
||||
- ${DRONE_COMMIT_SHA:0:8}
|
||||
insecure: true
|
||||
|
||||
- name: build-and-publish-frontend
|
||||
image: plugins/docker
|
||||
volumes:
|
||||
- name: dockersock
|
||||
path: /var/run/docker.sock
|
||||
settings:
|
||||
registry:
|
||||
from_secret: REGISTRY_URL
|
||||
repo: ${DRONE_REPO_OWNER}/${DRONE_REPO_NAME}-frontend
|
||||
username:
|
||||
from_secret: GITEA_USER
|
||||
password:
|
||||
from_secret: ACTIONS_PAT
|
||||
dockerfile: Frontend/Dockerfile
|
||||
tags:
|
||||
- latest
|
||||
- ${DRONE_COMMIT_SHA:0:8}
|
||||
insecure: true
|
||||
depends_on:
|
||||
- build-and-publish-backend
|
||||
|
||||
- name: build-and-publish-frontend
|
||||
image: plugins/docker
|
||||
# Añade la sección "volumes" también aquí
|
||||
|
||||
Reference in New Issue
Block a user