Skip to content

Commit ab7e9e9

Browse files
committed
Add store docker images step into CI
Needed for #86.
1 parent 99ae420 commit ab7e9e9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ubuntu-master.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ jobs:
2121
distribution: 'zulu'
2222
java-version: '8'
2323
cache: 'maven'
24+
25+
- name: Store docker images
26+
uses: satackey/[email protected]
27+
continue-on-error: true
28+
2429
- name: Build with Maven
2530
env:
2631
TARANTOOL_SERVER_USER: root

0 commit comments

Comments
 (0)