Probably not

This commit is contained in:
2023-05-04 21:43:58 -04:00
parent d879de2a6b
commit 1e932d97c8

View File

@@ -159,9 +159,9 @@ steps:
from_secret: gitea_token from_secret: gitea_token
volumes: volumes:
- name: dockersock - name: dockersock
Path: /var/run/docker.sock path: /var/run/docker.sock
- name: dockerconfig - name: dockerconfig
Path: /drone/grow/.docker/config.json path: /drone/grow/.docker/config.json
- name: Report Image Publish Status - name: Report Image Publish Status
image: plugins/webhook image: plugins/webhook
settings: settings:
@@ -181,13 +181,13 @@ steps:
volumes: volumes:
- name: yarnrc - name: yarnrc
host: host:
path: /Volume1/docker/.yarnrc.yml path: /Volume1/docker/.yarnrc.yml
- name: dockersock - name: dockersock
host: host:
path: /var/run/docker.sock path: /var/run/docker.sock
- name: dockerconfig - name: dockerconfig
host: host:
path: /volume1/docker/labs/grow-auth/dockerconfig.json path: /volume1/docker/labs/grow-auth/dockerconfig.json
# depends_on: # depends_on:
# - Build Pipeline # - Build Pipeline
@@ -219,9 +219,9 @@ steps:
- name: env - name: env
path: /drone/grow/.env path: /drone/grow/.env
- name: dockersock - name: dockersock
Path: /var/run/docker.sock path: /var/run/docker.sock
- name: dockerconfig - name: dockerconfig
Path: /drone/grow/.docker/config.json path: /drone/grow/.docker/config.json
- name: Send Status Notifications - name: Send Status Notifications
image: plugins/webhook image: plugins/webhook
settings: settings:
@@ -241,13 +241,13 @@ steps:
volumes: volumes:
- name: env - name: env
host: host:
path: /volume1/docker/labs/grow-auth/.env path: /volume1/docker/labs/grow-auth/.env
- name: dockersock - name: dockersock
host: host:
path: /var/run/docker.sock path: /var/run/docker.sock
- name: dockerconfig - name: dockerconfig
host: host:
path: /volume1/docker/labs/grow-auth/dockerconfig.json path: /volume1/docker/labs/grow-auth/dockerconfig.json
# depends_on: # depends_on:
# - Build Pipeline # - Build Pipeline