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
docker:bake:
deps:
- docker:create-multiarch-builder# this should match what's in .dockerignoresources:
- ./cmd/**/*
- ./internal/**/*
- ./proto/**/*
- ./testdata/**/*
- ./go.*
I found myself writing this:
with a
.dockerignorefile of:and thought, wouldn't it be nice if...