mirror of
https://github.com/ajurna/cbwebreader.git
synced 2025-12-06 14:17:19 +00:00
working on builds
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user