16 lines
290 B
YAML
16 lines
290 B
YAML
name: Deploy
|
|
|
|
on:
|
|
tag:
|
|
|
|
jobs:
|
|
deploy:
|
|
runs-on: cth-ubuntu-latest
|
|
steps:
|
|
- name: Set up Docker Buildx
|
|
uses: docker/setup-buildx-action@v3
|
|
- uses: docker/build-push-action@v6
|
|
context:
|
|
push: true
|
|
tags: |
|
|
docker.atomaka.com/budget:fake
|