[github] add workflow to build and push docker images

heavily inspired by and adapted from
https://github.com/danbooru/danbooru/blob/master/.github/workflows/docker-build.yaml
This commit is contained in:
Mike Fährmann
2023-12-02 13:56:21 +01:00
parent 4dde36889c
commit 43ca49c1b4
5 changed files with 65 additions and 4 deletions

View File

@@ -18,7 +18,7 @@ jobs:
python-version: ["3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "pypy3.9"]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Check file permissions
run: |