Skip to content

Commit

Permalink
ci: Build intermediary kiwitcms/kiwi image
Browse files Browse the repository at this point in the history
b/c we need the changes related to STORAGES settings
  • Loading branch information
atodorov committed Jan 7, 2025
1 parent 83e1ab4 commit 44dafb5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,13 @@ jobs:
run: |
echo "${{ secrets.QUAY_PUSH_TOKEN }}" | docker login -u="${{ secrets.QUAY_PUSH_USERNAME }}" --password-stdin quay.io
- name: Build intermediary kiwitcms/kiwi image
if: matrix.command == 'test-docker-image'
run: |
git clone https://github.com/kiwitcms/Kiwi
make -C Kiwi/ docker-image
docker tag kiwitcms/kiwi:latest quay.io/kiwitcms/version:13.7
- name: make ${{ matrix.command }}
run: |
make ${{ matrix.command }}
Expand Down

0 comments on commit 44dafb5

Please sign in to comment.