Skip to content

Commit

Permalink
Revert "ci: Build intermediary kiwitcms/kiwi image"
Browse files Browse the repository at this point in the history
This reverts commit 5e6aa02.
  • Loading branch information
atodorov committed Aug 6, 2024
1 parent 03967f7 commit 004b3d9
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,6 @@ 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.4
- name: make ${{ matrix.command }}
run: |
make ${{ matrix.command }}
Expand Down

0 comments on commit 004b3d9

Please sign in to comment.