[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

@@ -24,7 +24,7 @@ jobs:
python-packages: "toml"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }} ${{ matrix.architecture }}
uses: actions/setup-python@v4