2024-07-07 22:03:06 -04:00
|
|
|
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
|
2024-07-07 22:07:27 -04:00
|
|
|
docker.atomaka.com/mdformat:${{gitea.ref_name}}
|