working on builds

This commit is contained in:
Peter Dwyer
2023-08-28 11:23:40 +01:00
parent 05f1e95f14
commit 2e93940a67

View File

@@ -7,13 +7,10 @@ on:
jobs: jobs:
deploy: deploy:
runs-on: ubuntu-latest runs-on: ubuntu-latest
defaults:
run:
working-directory: /repo
steps: steps:
- name: Checkout repo - name: Checkout repo
run: git pull run: git pull
- name: Deploy - name: Build
run: | run: |
docker build . --no-cache -t ajurna/cbwebreader docker build . --no-cache -t ajurna/cbwebreader