mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2024-11-21 20:01:16 +00:00
Besides cron, also build new tags
This commit is contained in:
parent
8ae5b474bf
commit
9573250e9c
1 changed files with 4 additions and 0 deletions
|
@ -36,6 +36,8 @@ steps:
|
||||||
- apk add cargo pkgconfig openssl openssl-dev libpq libpq-dev
|
- apk add cargo pkgconfig openssl openssl-dev libpq libpq-dev
|
||||||
- yarn crawl
|
- yarn crawl
|
||||||
when:
|
when:
|
||||||
|
ref:
|
||||||
|
- refs/tags/*
|
||||||
event:
|
event:
|
||||||
- cron
|
- cron
|
||||||
|
|
||||||
|
@ -51,5 +53,7 @@ steps:
|
||||||
password:
|
password:
|
||||||
from_secret: docker_password
|
from_secret: docker_password
|
||||||
when:
|
when:
|
||||||
|
ref:
|
||||||
|
- refs/tags/*
|
||||||
event:
|
event:
|
||||||
- cron
|
- cron
|
||||||
|
|
Loading…
Reference in a new issue