mirror of
https://github.com/docker/build-push-action.git
synced 2026-04-10 07:20:05 +00:00
fix test since secrets are not written to temp path anymore
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
parent
c850e6994a
commit
919ac7bd7d
3 changed files with 25 additions and 1 deletions
|
|
@ -389,7 +389,7 @@ ccc`],
|
|||
'build',
|
||||
'--file', './test/Dockerfile',
|
||||
'--iidfile', imageIDFilePath,
|
||||
'--secret', `id=MY_SECRET,src=${tmpName}`,
|
||||
'--secret', `id=MY_SECRET,src=${path.join(fixturesDir, 'secret.txt')}`,
|
||||
'--builder', 'builder-git-context-2',
|
||||
'--network', 'host',
|
||||
'--push',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue