mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-25 13:51:13 +00:00
Testing out docker:latest.
This commit is contained in:
parent
c0741e403b
commit
11581c267c
1 changed files with 4 additions and 0 deletions
|
@ -42,6 +42,8 @@ steps:
|
|||
from_secret: docker_username
|
||||
password:
|
||||
from_secret: docker_password
|
||||
tags:
|
||||
- latest
|
||||
when:
|
||||
ref:
|
||||
- refs/tags/*
|
||||
|
@ -96,6 +98,8 @@ steps:
|
|||
from_secret: docker_username
|
||||
password:
|
||||
from_secret: docker_password
|
||||
tags:
|
||||
- latest
|
||||
when:
|
||||
ref:
|
||||
- refs/tags/*
|
||||
|
|
Loading…
Reference in a new issue