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