Depends
continuous-integration/drone/push Build is failing Details

pull/5/head
jhot 2023-11-01 09:52:24 -06:00
parent f4e78814c0
commit 8ed1e1579c
Signed by: jhot
GPG Key ID: 612ED70E22571DD4
1 changed files with 6 additions and 0 deletions

View File

@ -21,6 +21,8 @@ steps:
# - task build # build the docker image
- name: build
image: debian:12
depends_on:
- setup
volumes:
- name: docker
path: /var/lib/docker
@ -33,6 +35,8 @@ steps:
- task build TAG=$tag # build the docker image
- name: publish tag
image: debian:12
depends_on:
- build
environment:
PASSOWRD:
from_secret: FORGEJO_PASSWORD
@ -52,6 +56,8 @@ steps:
- tag
- name: publish main
image: debian:12
depends_on:
- build
environment:
PASSOWRD:
from_secret: FORGEJO_PASSWORD