Try out gitea actions #13

Merged
atomaka merged 50 commits from gitea-actions into main 2024-07-05 00:34:59 -04:00
Showing only changes of commit 7a7d004fc8 - Show all commits

View file

@ -2,6 +2,7 @@ name: Deploy
on:
tag:
push:
jobs:
deploy:
@ -14,4 +15,4 @@ jobs:
push: true
tags:
- docker.atomaka.com/budget:fake
- docker.atomaka.com/budget:${{gitea.tag}}
- docker.atomaka.com/budget:${{gitea.sha}}