Skip to content

Commit 5f05254

Browse files
committed
Removes Elasticsearch 7 all-in-one image build.
Removes the specific build step for the Elasticsearch 7 all-in-one Docker image during release builds. This simplifies the build process by focusing on core images.
1 parent b143fde commit 5f05254

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/build.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -235,9 +235,6 @@ jobs:
235235
echo "::remove-matcher owner=csc::"
236236
# tag and push docker images
237237
238-
# only build elasticsearch 7 all-in-one image for release builds
239-
docker image tag exceptionless/exceptionless:latest-elasticsearch7 exceptionless/exceptionless:$VERSION-elasticsearch7
240-
241238
for image in {"api","job","app","exceptionless"}; do
242239
docker image tag exceptionless/$image-ci:latest exceptionless/$image:$VERSION
243240
docker image tag exceptionless/$image-ci:latest exceptionless/$image:latest

0 commit comments

Comments
 (0)