Behaviour
Steps to reproduce this issue
Set the context like this:
- name: Build
uses: docker/bake-action@v3
with:
set: |
base.context=https://github.com/${{ github.repository }}.git#${{ github.ref }}
Expected behaviour
docker bake should be called with --set base.context=https://github.com/foo/bar#ref
or have a way to escape it. I tried putting quotes around, or backslashes, but none of this works.
Actual behaviour
docker bake should is called with --set base.context=https://github.com/foo/bar (without the #ref)
Configuration