Should I set github.ref_name in scope for Docker-GitHub build-push-action & gha cache?
This is my build-push-action using gha cache. I'm bulding multiple images, i.e. foo/bar:latest, foo/bar:2.8 and env.tag variable in the workflow is the full image name with tag. From the documentation: By default, cache is scoped per Git branch. This ensures…