actions-toolkit/__tests__/fixtures/bake-test-docker-action-remote-private.json

12 lines
201 B
JSON
Raw Normal View History

{
"target": {
"default": {
"context": "https://github.com/docker/test-docker-action.git#remote-private",
"dockerfile": "Dockerfile",
"tags": [
"foo"
]
}
}
}