Compare commits

..

4 commits

Author SHA1 Message Date
240a912419 Allow any tag to trigger (#2)
All checks were successful
Deploy / deploy (push) Successful in 41s
Reviewed-on: #2
2024-07-12 20:59:46 -04:00
20dd98b2da Fix tag action (#1)
Reviewed-on: #1
2024-07-11 23:15:15 -04:00
f629272982
Use correct gitea variable 2024-07-07 22:07:27 -04:00
d0ab236c2e
Move to gitea act 2024-07-07 22:03:06 -04:00

View file

@ -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}}