Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions .github/workflows/image-workflow-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
Loading