Skip to content

Commit

Permalink
Build intermediary kiwitcms/kiwi
Browse files Browse the repository at this point in the history
before an official image with Python 3.11 is released
  • Loading branch information
atodorov committed Dec 17, 2023
1 parent 90bed2c commit 4212256
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/integration.yml
Expand Up @@ -34,6 +34,13 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Build intermediary kiwitcms/kiwi image
run: |
git clone --branch=python3.11 https://github.com/kiwitcms/Kiwi
make -C Kiwi/ docker-image
docker tag kiwitcms/kiwi:latest kiwitcms/kiwi:12.7.9999
docker images
- name: Build & start services
run: |
make build-services
Expand Down

0 comments on commit 4212256

Please sign in to comment.