Skip to content
This repository was archived by the owner on Jan 21, 2023. It is now read-only.

Commit 91d865c

Browse files
committed
fix CI
1 parent 4498013 commit 91d865c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/docker-image.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
- name: Build and push Docker image (v6)
5050
id: docker_build_6
5151
uses: docker/build-push-action@v2
52+
timeout-minutes: 20
5253
with:
5354
context: ./6.8
5455
push: ${{ github.event_name != 'pull_request' }}
@@ -66,6 +67,7 @@ jobs:
6667
- name: Build and push Docker image (v7)
6768
id: docker_build_7
6869
uses: docker/build-push-action@v2
70+
timeout-minutes: 20
6971
with:
7072
context: ./7.15
7173
push: ${{ github.event_name != 'pull_request' }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ blacktop/elasticsearch 7.3 289MB
4949
blacktop/elasticsearch 7.2 358MB
5050
blacktop/elasticsearch 7.1 304MB
5151
blacktop/elasticsearch 7.0 304MB
52-
blacktop/elasticsearch 6.8 198MB
52+
blacktop/elasticsearch 6.8 281MB
5353
blacktop/elasticsearch 6.7 192MB
5454
blacktop/elasticsearch 6.6 128MB
5555
blacktop/elasticsearch 6.5 127MB

0 commit comments

Comments
 (0)