Use correct gitea variable
This commit is contained in:
parent
d0ab236c2e
commit
f629272982
1 changed files with 1 additions and 1 deletions
|
@ -15,4 +15,4 @@ jobs:
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
docker.atomaka.com/mdformat:latest
|
docker.atomaka.com/mdformat:latest
|
||||||
docker.atomaka.com/mdformat:${{gitea.tag}}
|
docker.atomaka.com/mdformat:${{gitea.ref_name}}
|
||||||
|
|
Loading…
Reference in a new issue