Skip to content

Commit bb3b76a

Browse files
committed
ENG-5316: removed eap image
1 parent adca056 commit bb3b76a

1 file changed

Lines changed: 26 additions & 26 deletions

File tree

.github/workflows/publication.yml

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ env:
1818
DOCKER_EAP-WILDFLY_IMAGE_ARCHITECTURE: linux/amd64
1919
DOCKER_TOMCAT_IMAGE_ARCHITECTURE: linux/amd64,linux/arm64
2020
DOCKER_IMAGE_CONTEXT: .
21-
DOCKER_EAP_IMAGE_FILE: Dockerfile.eap
21+
# DOCKER_EAP_IMAGE_FILE: Dockerfile.eap
2222
DOCKER_TOMCAT_IMAGE_FILE: Dockerfile.tomcat
2323
DOCKER_WILDFLY_IMAGE_FILE: Dockerfile.wildfly
2424
DOCKER_IMAGE_PUSH: true
@@ -58,22 +58,22 @@ jobs:
5858
- name: Build with Maven
5959
run: ${{ env.BUILD_COMMANDS }}
6060

61-
- name: Docker meta-eap
62-
id: meta-eap
63-
uses: docker/metadata-action@v4
64-
with:
65-
images: |
66-
${{ env.DOCKER_EAP_IMAGE_BASE_NAME }}
67-
tags: |
68-
type=schedule
69-
type=ref,event=branch
70-
type=ref,event=pr,value={{base_ref}}
71-
type=ref,event=tag
72-
type=semver,pattern={{version}}
73-
type=semver,pattern={{major}}.{{minor}}
74-
type=semver,pattern={{major}}
75-
type=sha
76-
type=raw,event=pr,value={{base_ref}}
61+
# - name: Docker meta-eap
62+
# id: meta-eap
63+
# uses: docker/metadata-action@v4
64+
# with:
65+
# images: |
66+
# ${{ env.DOCKER_EAP_IMAGE_BASE_NAME }}
67+
# tags: |
68+
# type=schedule
69+
# type=ref,event=branch
70+
# type=ref,event=pr,value={{base_ref}}
71+
# type=ref,event=tag
72+
# type=semver,pattern={{version}}
73+
# type=semver,pattern={{major}}.{{minor}}
74+
# type=semver,pattern={{major}}
75+
# type=sha
76+
# type=raw,event=pr,value={{base_ref}}
7777

7878
- name: Docker meta-tomcat
7979
id: meta-tomcat
@@ -130,15 +130,15 @@ jobs:
130130
username: ${{ secrets.ENTANDO_RHT_DOCKER_USERNAME }}
131131
password: ${{ secrets.ENTANDO_RHT_DOCKER_PASSWORD }}
132132

133-
- name: Build and push eap Docker image
134-
uses: docker/build-push-action@v4
135-
with:
136-
context: ${{ env.DOCKER_IMAGE_CONTEXT }}
137-
file: ${{ env.DOCKER_EAP_IMAGE_FILE }}
138-
push: ${{ env.DOCKER_IMAGE_PUSH }}
139-
tags: ${{ steps.meta-eap.outputs.tags }}
140-
labels: ${{ steps.meta-eap.outputs.labels }}
141-
platforms: ${{ env.DOCKER_EAP-WILDFLY_IMAGE_ARCHITECTURE }}
133+
# - name: Build and push eap Docker image
134+
# uses: docker/build-push-action@v4
135+
# with:
136+
# context: ${{ env.DOCKER_IMAGE_CONTEXT }}
137+
# file: ${{ env.DOCKER_EAP_IMAGE_FILE }}
138+
# push: ${{ env.DOCKER_IMAGE_PUSH }}
139+
# tags: ${{ steps.meta-eap.outputs.tags }}
140+
# labels: ${{ steps.meta-eap.outputs.labels }}
141+
# platforms: ${{ env.DOCKER_EAP-WILDFLY_IMAGE_ARCHITECTURE }}
142142

143143
- name: Build tomcat Docker image for amd64
144144
uses: docker/build-push-action@v4

0 commit comments

Comments
 (0)