Skip to content

Fix the CI pipeline #77

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

Merged
merged 7 commits into from
Nov 23, 2021
Merged

Fix the CI pipeline #77

merged 7 commits into from
Nov 23, 2021

Conversation

ubajze
Copy link
Collaborator

@ubajze ubajze commented Nov 22, 2021

@itdependsnetworks please review the PR.

The previous implementation was completely wrong. The cache key was set to the Dockerfile. So the cache was invalidated only when the Dockerfile was changed.

The updated implementation uses the docker layer caching which means that every change in any Docker layer will trigger a new build.

This PR closes #72 .

@itdependsnetworks itdependsnetworks merged commit 6607a3e into develop Nov 23, 2021
@itdependsnetworks itdependsnetworks deleted the fix-gha branch November 23, 2021 13:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Docker Cacheing Not working
3 participants