docker-mdformat/.gitea/workflows/deploy.yaml
Workflow config file is invalid. Please check your config file: yaml: line 6: did not find expected alphabetic or numeric character

20 lines
393 B
YAML

name: Deploy
on:
push:
tags:
- *
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.ref_name}}