-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: implement new cache system for Docker #152
Closed
Closed
Changes from 52 commits
Commits
Show all changes
54 commits
Select commit
Hold shift + click to select a range
9847934
fix: first change
olehbairak 20fad8a
fix: new try
olehbairak ca105d1
fix: new version
olehbairak 8551462
fix: check dockers
olehbairak 4c87374
fix: new one
olehbairak 93dca47
fix: new steps
olehbairak 0db89f8
fix: new one
olehbairak 2fdc3e9
fix: new
olehbairak 8c688b1
fix: clean
olehbairak ec45d1d
fix: check dirs
olehbairak 70bca70
fix: new version
olehbairak ae4c49e
fix: clean
olehbairak cd2b510
fix: new
olehbairak a138ce3
fix: new way
olehbairak edfdabe
fix: new one
olehbairak 98540c8
fix: new one
olehbairak 2195310
fix: check
olehbairak 11781af
fix: new one
olehbairak 92c043e
fix: new one
olehbairak 2dd469a
fix: new version
olehbairak d059350
fix: new one
olehbairak e764f5a
fix: new one
olehbairak 5334628
fix: new one
olehbairak 88c4839
fix: new one
olehbairak e55db19
fix: new one
olehbairak ab33a92
fix: new
olehbairak 2290d35
fix: new one old prev
olehbairak c90456b
fix: new
olehbairak ddf6ba8
fix: mew
olehbairak 79220e8
fix: new one
olehbairak 652a66f
fix: new one
olehbairak 92813b6
fix: new one
olehbairak 2f6ac38
fix: new one
olehbairak 22d04a7
fix: new one
olehbairak 6f9387e
fix: new one
olehbairak b7480ab
fix: new
olehbairak 1285c46
fix: new one
olehbairak 0c1afde
fix: new one
olehbairak f9ecf18
fix: new one thought google repo
olehbairak a1842eb
fix: new one
olehbairak 4a9d450
fix: test
olehbairak 1d003a2
fix: new one
olehbairak 089a845
fix: retry
olehbairak 3bd97d7
fix: new one
olehbairak 3f3f60f
fix: new one
olehbairak adeef4e
fix: add if statement
olehbairak 769da5a
Update integration-tests-api.yml
olehbairak 3336a18
Update docker-compose.yaml
olehbairak 089b0c4
Update docker-compose.yaml
olehbairak 4f9df7c
Update docker-compose.yaml
olehbairak 4a5415f
Update docker-compose.yaml
olehbairak e40924e
Update README.md
olehbairak b26215d
fix: check docker storage version
olehbairak 8b2277d
fix: check Docker storage version
olehbairak File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,6 +45,12 @@ jobs: | |
username: ${{ secrets.DOCKERHUB_USER }} | ||
password: ${{ secrets.DOCKERHUB_TOKEN }} | ||
|
||
- name: Cache Docker images. | ||
uses: ScribeMD/[email protected] | ||
if: steps.cache.outputs.cache-hit != 'true' | ||
with: | ||
key: docker-${{ runner.os }}-${{ hashFiles('docker-compose.yaml') }} | ||
|
||
- name: Start docker containers | ||
run: | | ||
docker-compose -f "docker-compose.yaml" up -d --build | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -127,4 +127,4 @@ volumes: | |
geth: | ||
postgres: | ||
zksync-config: | ||
zksync-data: | ||
zksync-data: |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This changes will be removed, before the approve.
I used them in order to receive important information for new feature implementation.