Skip to content

Commit

Permalink
Add store docker images step into CI
Browse files Browse the repository at this point in the history
Needed for #86.
  • Loading branch information
nickkkccc committed Oct 9, 2023
1 parent 99ae420 commit ab7e9e9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ubuntu-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ jobs:
distribution: 'zulu'
java-version: '8'
cache: 'maven'

- name: Store docker images
uses: satackey/[email protected]
continue-on-error: true

- name: Build with Maven
env:
TARANTOOL_SERVER_USER: root
Expand Down

0 comments on commit ab7e9e9

Please sign in to comment.