|
18 | 18 | DOCKER_EAP-WILDFLY_IMAGE_ARCHITECTURE: linux/amd64 |
19 | 19 | DOCKER_TOMCAT_IMAGE_ARCHITECTURE: linux/amd64,linux/arm64 |
20 | 20 | DOCKER_IMAGE_CONTEXT: . |
21 | | - DOCKER_EAP_IMAGE_FILE: Dockerfile.eap |
| 21 | +# DOCKER_EAP_IMAGE_FILE: Dockerfile.eap |
22 | 22 | DOCKER_TOMCAT_IMAGE_FILE: Dockerfile.tomcat |
23 | 23 | DOCKER_WILDFLY_IMAGE_FILE: Dockerfile.wildfly |
24 | 24 | DOCKER_IMAGE_PUSH: true |
@@ -58,22 +58,22 @@ jobs: |
58 | 58 | - name: Build with Maven |
59 | 59 | run: ${{ env.BUILD_COMMANDS }} |
60 | 60 |
|
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}} |
77 | 77 |
|
78 | 78 | - name: Docker meta-tomcat |
79 | 79 | id: meta-tomcat |
@@ -130,15 +130,15 @@ jobs: |
130 | 130 | username: ${{ secrets.ENTANDO_RHT_DOCKER_USERNAME }} |
131 | 131 | password: ${{ secrets.ENTANDO_RHT_DOCKER_PASSWORD }} |
132 | 132 |
|
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 }} |
142 | 142 |
|
143 | 143 | - name: Build tomcat Docker image for amd64 |
144 | 144 | uses: docker/build-push-action@v4 |
|
0 commit comments