You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently I have docker-bake.hcl file where have specified couple variables. I want to have ability pass my variables to the build process, I went through the doc but didn't see this option RUN_NUMBER=${GITHUB_RUN_ID} docker buildx bake default
The text was updated successfully, but these errors were encountered:
garry-t
changed the title
Missed option to pass arbitrary variables to the buildx bake command or build command customiuzation
Missed option to pass arbitrary variables to the buildx bake command or build command customisation
Mar 6, 2025
Description
Currently I have docker-bake.hcl file where have specified couple variables. I want to have ability pass my variables to the build process, I went through the doc but didn't see this option
RUN_NUMBER=${GITHUB_RUN_ID} docker buildx bake default
The text was updated successfully, but these errors were encountered: