We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d8bb45 commit d0125f3Copy full SHA for d0125f3
.github/workflows/image-workflow-template.yml
@@ -7,11 +7,8 @@ on:
7
type: string
8
env:
9
LANG: en_US.UTF-8
10
- IMAGE_URI: ghcr.io/jboss-container-images/${{ inputs.image }}:${{ github.ref_name }}
11
jobs:
12
openjdkci:
13
- permissions:
14
- packages: write
15
name: OpenJDK S2I Build and Test
16
timeout-minutes: 60
17
runs-on: ubuntu-latest
@@ -27,7 +24,7 @@ jobs:
27
24
28
25
- name: Build
29
26
run: |
30
- cekit -v --descriptor ${{ inputs.image }}.yaml build docker --no-squash --tag localimage
+ cekit -v --descriptor ${{ inputs.image }}.yaml build docker --no-squash
31
32
- name: Install and cache S2I CLI tool from GitHub
33
uses: redhat-actions/openshift-tools-installer@v1
0 commit comments