From d0125f363281ed75f74f394d420ad825edd20ca2 Mon Sep 17 00:00:00 2001 From: Jonathan Dowland Date: Fri, 7 Mar 2025 15:26:03 +0000 Subject: [PATCH] Revert "Extend GHA to push images that pass tests" This reverts commit 4967f2c989089f323aa1a1d3fadc505608abaa52. Should address OPENJDK-3680. --- .github/workflows/image-workflow-template.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/image-workflow-template.yml b/.github/workflows/image-workflow-template.yml index 766f45cf..7674a047 100644 --- a/.github/workflows/image-workflow-template.yml +++ b/.github/workflows/image-workflow-template.yml @@ -7,11 +7,8 @@ on: type: string env: LANG: en_US.UTF-8 - IMAGE_URI: ghcr.io/jboss-container-images/${{ inputs.image }}:${{ github.ref_name }} jobs: openjdkci: - permissions: - packages: write name: OpenJDK S2I Build and Test timeout-minutes: 60 runs-on: ubuntu-latest @@ -27,7 +24,7 @@ jobs: - name: Build run: | - cekit -v --descriptor ${{ inputs.image }}.yaml build docker --no-squash --tag localimage + cekit -v --descriptor ${{ inputs.image }}.yaml build docker --no-squash - name: Install and cache S2I CLI tool from GitHub uses: redhat-actions/openshift-tools-installer@v1