Fix drone syntax
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Danny Bessems 2022-01-20 15:18:24 +01:00
parent 21bb235a3f
commit 3155663e73
1 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@ steps:
- name: 'Lowdefy: build & publish'
depends_on: [ clone ]
image: plugins/docker
context: ./Lowdefy
context: ./Lowdefy/
settings:
repo: bv11-cr01.bessems.eu/library/lowdefy
registry: bv11-cr01.bessems.eu
@ -19,7 +19,7 @@ steps:
- name: 'Fastify: build & publish'
depends_on: [ clone ]
image: plugins/docker
context: ./Fastify
context: ./Fastify/
settings:
repo: bv11-cr01.bessems.eu/library/fastify
registry: bv11-cr01.bessems.eu
@ -39,7 +39,7 @@ steps:
- name: 'Lowdefy: build & publish'
depends_on: [ clone ]
image: plugins/docker
context: ./Lowdefy
context: ./Lowdefy/
settings:
repo: djpbessems/lowdefy
mtu: 1450
@ -51,7 +51,7 @@ steps:
- name: 'Fastify: build & publish'
depends_on: [ clone ]
image: plugins/docker
context: ./Fastify
context: ./Fastify/
settings:
repo: djpbessems/fastify
mtu: 1450