Files
cbwebreader/.gitea/workflows/build.yaml
Peter Dwyer db23064929 library bumps
version bump.
added inital build action
2023-08-28 11:14:53 +01:00

20 lines
317 B
YAML

name: Build and push image
on:
push:
branches: [main]
jobs:
deploy:
runs-on: self-hosted
defaults:
run:
working-directory: /repo
steps:
- name: Checkout repo
run: git pull
- name: Deploy
run: |
docker build . --no-cache -t ajurna/cbwebreader