diff --git a/.github/workflows/push-ci.yaml b/.github/workflows/push-ci.yaml index 6bff08586..5eca15183 100644 --- a/.github/workflows/push-ci.yaml +++ b/.github/workflows/push-ci.yaml @@ -103,8 +103,7 @@ jobs: run: ./mvnw -B -U clean verify continue-on-error: ${{ matrix.java != '17' }} - name: Delete local integration test image - run: | - podman rmi ${{ env.CI_IMG }}:latest ${{ env.CI_IMG }}:dev ${{ env.CI_IMG }}:${{ env.IMAGE_VERSION }} + run: podman rmi ${{ env.CI_IMG }}:latest ${{ env.CI_IMG }}:dev ${{ env.CI_IMG }}:${{ env.IMAGE_VERSION }} continue-on-error: true - name: Build container images and manifest if: ${{ matrix.java == '17' && github.repository_owner == 'cryostatio' }}