Compare commits
1 commit
Author | SHA1 | Date | |
---|---|---|---|
29b0f5f74e |
1 changed files with 2 additions and 4 deletions
|
@ -1,9 +1,7 @@
|
||||||
name: Deploy
|
name: Deploy
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
tag:
|
||||||
tags:
|
|
||||||
- '*'
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
|
@ -17,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.ref_name}}
|
docker.atomaka.com/mdformat:${{gitea.tag}}
|
||||||
|
|
Loading…
Reference in a new issue