Move to gitea act

This commit is contained in:
Andrew Tomaka 2024-07-07 22:03:06 -04:00
parent 839591bd2d
commit d0ab236c2e
Signed by: atomaka
GPG key ID: 61209BF70A5B18BE
2 changed files with 18 additions and 16 deletions

View file

@ -1,16 +0,0 @@
name: build
kind: pipeline
steps:
- name: docker-build
image: plugins/docker
settings:
pull_image: true
registry: docker.atomaka.com
repo: docker.atomaka.com/mdformat
tags:
- latest
- ${DRONE_TAG}
trigger:
event: tag

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