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