Skip to content

Commit 61aa414

Browse files
committed
ci: Build intermediary kiwitcms/kiwi image
1 parent 4d662c1 commit 61aa414

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/testing.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,13 @@ jobs:
8181
run: |
8282
echo "${{ secrets.QUAY_PUSH_TOKEN }}" | docker login -u="${{ secrets.QUAY_PUSH_USERNAME }}" --password-stdin quay.io
8383
84+
- name: Build intermediary kiwitcms/kiwi image
85+
if: matrix.command == 'test-docker-image'
86+
run: |
87+
git clone https://github.com/kiwitcms/Kiwi
88+
make -C Kiwi/ docker-image
89+
docker tag kiwitcms/kiwi:latest quay.io/kiwitcms/version:13.3
90+
8491
- name: make ${{ matrix.command }}
8592
run: |
8693
make ${{ matrix.command }}

0 commit comments

Comments
 (0)