[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:
2
.github/workflows/executables.yml
vendored
2
.github/workflows/executables.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user