-
I'm trying to recreate my build flow using bare buildx on github actions using this plugin but I've got some issues setting up the buildx caching. Given the following config:
The container gets build and tagged with the long SHA and a slug of my branch name Good so far. But some of these build steps do not change, and are very heavy, so I'm used to using cache-from with the branch name slug so these expensive layers only get build once per branch.
The challenge now with nx-docker is, how do i use the auto extracted metadata, in the cache-from config. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Foud an issue somewhere that mentions the config is pushed to the shell so bash/sh variables work
|
Beta Was this translation helpful? Give feedback.
Foud an issue somewhere that mentions the config is pushed to the shell so bash/sh variables work