budget/.gitea/workflows/deploy.yaml
Andrew Tomaka 7a7d004fc8
Some checks failed
Deploy / deploy (push) Failing after 19s
Ruby CI / test (pull_request) Successful in 46s
Test on push
2024-06-23 10:05:58 -04:00

18 lines
344 B
YAML

name: Deploy
on:
tag:
push:
jobs:
deploy:
runs-on: ruby-latest
steps:
- uses: actions/checkout@v4
- uses: docker/setup-buildx-action@v3
- uses: docker/build-push-action@v5
context:
push: true
tags:
- docker.atomaka.com/budget:fake
- docker.atomaka.com/budget:${{gitea.sha}}