trade_bot/.gitea/workflows/publish.yaml
jeff 81a93e230b
Some checks failed
Podman Image CI / build (push) Failing after 15m43s
Update .gitea/workflows/publish.yaml
2024-07-18 10:11:06 +00:00

17 lines
321 B
YAML

name: Podman Image CI
on:
push:
branches: ["main"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build the image
run: docker build --tag git.jeffa.io/jeff/trade_bot .
- name: Push the image
run: docker push git.jeffa.io/jeff/trade_bot