Compare commits
4 commits
Author | SHA1 | Date | |
---|---|---|---|
240a912419 | |||
20dd98b2da | |||
f629272982 | |||
d0ab236c2e |
1 changed files with 4 additions and 2 deletions
|
@ -1,7 +1,9 @@
|
|||
name: Deploy
|
||||
|
||||
on:
|
||||
tag:
|
||||
push:
|
||||
tags:
|
||||
- '*'
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
|
@ -15,4 +17,4 @@ jobs:
|
|||
push: true
|
||||
tags: |
|
||||
docker.atomaka.com/mdformat:latest
|
||||
docker.atomaka.com/mdformat:${{gitea.tag}}
|
||||
docker.atomaka.com/mdformat:${{gitea.ref_name}}
|
||||
|
|
Loading…
Reference in a new issue