Sling it
All checks were successful
Ruby CI / test (pull_request) Successful in 31s

This commit is contained in:
Andrew Tomaka 2024-06-23 10:02:02 -04:00
parent 83daa7a6a1
commit 171ba48766
Signed by: atomaka
GPG key ID: 61209BF70A5B18BE

View file

@ -0,0 +1,17 @@
name: Deploy
on:
tag:
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:latest
- docker.atomaka.com/budget:${{gitea.tag}}