mirror of
https://github.com/docker/build-push-action.git
synced 2025-04-22 14:46:39 +02:00
Local if no type is defined for output
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
bf051e6237
commit
6751eb6bd5
4 changed files with 11 additions and 2 deletions
|
@ -80,7 +80,7 @@ describe('isLocalOrTarExporter', () => {
|
|||
[
|
||||
'.'
|
||||
],
|
||||
false
|
||||
true
|
||||
],
|
||||
])(
|
||||
'given %p returns %p',
|
||||
|
|
|
@ -95,7 +95,6 @@ describe('getArgs', () => {
|
|||
'buildx',
|
||||
'build',
|
||||
'--output', '.',
|
||||
'--iidfile', '/tmp/.docker-build-push-jest/iidfile',
|
||||
'--secret', 'id=GIT_AUTH_TOKEN,src=/tmp/.docker-build-push-jest/.tmpname-jest',
|
||||
'--file', 'Dockerfile',
|
||||
'https://github.com/docker/build-push-action.git#test-jest'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue