Skip to content

Commit eb7ecbd

Browse files
authored
Merge pull request #569 from jmtd/3680-drop-gha-stuff
[OPENJDK-3680] drop gha stuff
2 parents 6d8bb45 + d0125f3 commit eb7ecbd

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/image-workflow-template.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,8 @@ on:
77
type: string
88
env:
99
LANG: en_US.UTF-8
10-
IMAGE_URI: ghcr.io/jboss-container-images/${{ inputs.image }}:${{ github.ref_name }}
1110
jobs:
1211
openjdkci:
13-
permissions:
14-
packages: write
1512
name: OpenJDK S2I Build and Test
1613
timeout-minutes: 60
1714
runs-on: ubuntu-latest
@@ -27,7 +24,7 @@ jobs:
2724

2825
- name: Build
2926
run: |
30-
cekit -v --descriptor ${{ inputs.image }}.yaml build docker --no-squash --tag localimage
27+
cekit -v --descriptor ${{ inputs.image }}.yaml build docker --no-squash
3128
3229
- name: Install and cache S2I CLI tool from GitHub
3330
uses: redhat-actions/openshift-tools-installer@v1

0 commit comments

Comments
 (0)