Move to gitea act
This commit is contained in:
parent
839591bd2d
commit
29b0f5f74e
2 changed files with 18 additions and 16 deletions
18
.gitea/workflows/deploy.yaml
Normal file
18
.gitea/workflows/deploy.yaml
Normal file
|
@ -0,0 +1,18 @@
|
|||
name: Deploy
|
||||
|
||||
on:
|
||||
tag:
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: cth-ubuntu-latest
|
||||
steps:
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
- name: Push image
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
push: true
|
||||
tags: |
|
||||
docker.atomaka.com/mdformat:latest
|
||||
docker.atomaka.com/mdformat:${{gitea.tag}}
|
Loading…
Add table
Add a link
Reference in a new issue