Compare commits

..

1 commit

Author SHA1 Message Date
29b0f5f74e
Move to gitea act 2024-07-07 22:01:48 -04:00

View file

@ -1,9 +1,7 @@
name: Deploy
on:
push:
tags:
- '*'
tag:
jobs:
deploy:
@ -17,4 +15,4 @@ jobs:
push: true
tags: |
docker.atomaka.com/mdformat:latest
docker.atomaka.com/mdformat:${{gitea.ref_name}}
docker.atomaka.com/mdformat:${{gitea.tag}}