Best practices for effectively utilizing build cache #1331
Unanswered
mohammed-rahib
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using a GitHub workflow to build and push Docker images for amd64 and arm64. The workflow is triggered in two ways: one by pushing to a branch and the other by creating a release version
I am utilizing the cache action as shown below.
The issue is that when the workflow is triggered by a push event, the cache is used effectively, but when triggered by a release, it is not. How can I resolve this?"
Beta Was this translation helpful? Give feedback.
All reactions