Include templating support (#382)

This commit is contained in:
StopMotionCuber
2021-09-02 14:57:59 +02:00
committed by GitHub
parent f2a5d6d075
commit 89b9851edb
50 changed files with 101 additions and 3667 deletions

21
.github/workflows/docker_push.yml vendored Normal file
View File

@@ -0,0 +1,21 @@
name: Docker build & push
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install dependencies
run: pip install jinja2
- name: build
env:
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
run: |
./build.py --push-tags