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
|
||||
- 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