mirror of
https://github.com/ajurna/cbwebreader.git
synced 2025-12-06 06:17:17 +00:00
17 lines
262 B
YAML
17 lines
262 B
YAML
name: Build and push image
|
|
|
|
on:
|
|
push:
|
|
branches: [master]
|
|
|
|
jobs:
|
|
deploy:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Checkout repo
|
|
run: git pull
|
|
|
|
- name: Build
|
|
run: |
|
|
docker build . --no-cache -t ajurna/cbwebreader
|