Compare commits
No commits in common. "master" and "test-2" have entirely different histories.
1 changed files with 2 additions and 4 deletions
|
@ -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}}
|
||||
|
|
Loading…
Add table
Reference in a new issue