We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d662c1 commit 61aa414Copy full SHA for 61aa414
.github/workflows/testing.yml
@@ -81,6 +81,13 @@ jobs:
81
run: |
82
echo "${{ secrets.QUAY_PUSH_TOKEN }}" | docker login -u="${{ secrets.QUAY_PUSH_USERNAME }}" --password-stdin quay.io
83
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
+
91
- name: make ${{ matrix.command }}
92
93
make ${{ matrix.command }}
0 commit comments