Depends
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
parent
f4e78814c0
commit
8ed1e1579c
|
@ -21,6 +21,8 @@ steps:
|
||||||
# - task build # build the docker image
|
# - task build # build the docker image
|
||||||
- name: build
|
- name: build
|
||||||
image: debian:12
|
image: debian:12
|
||||||
|
depends_on:
|
||||||
|
- setup
|
||||||
volumes:
|
volumes:
|
||||||
- name: docker
|
- name: docker
|
||||||
path: /var/lib/docker
|
path: /var/lib/docker
|
||||||
|
@ -33,6 +35,8 @@ steps:
|
||||||
- task build TAG=$tag # build the docker image
|
- task build TAG=$tag # build the docker image
|
||||||
- name: publish tag
|
- name: publish tag
|
||||||
image: debian:12
|
image: debian:12
|
||||||
|
depends_on:
|
||||||
|
- build
|
||||||
environment:
|
environment:
|
||||||
PASSOWRD:
|
PASSOWRD:
|
||||||
from_secret: FORGEJO_PASSWORD
|
from_secret: FORGEJO_PASSWORD
|
||||||
|
@ -52,6 +56,8 @@ steps:
|
||||||
- tag
|
- tag
|
||||||
- name: publish main
|
- name: publish main
|
||||||
image: debian:12
|
image: debian:12
|
||||||
|
depends_on:
|
||||||
|
- build
|
||||||
environment:
|
environment:
|
||||||
PASSOWRD:
|
PASSOWRD:
|
||||||
from_secret: FORGEJO_PASSWORD
|
from_secret: FORGEJO_PASSWORD
|
||||||
|
|
Loading…
Reference in New Issue