Public Access
1
0
mirror of https://github.com/docker/build-push-action.git synced 2026-04-10 23:57:21 +03: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:
CrazyMax
2026-04-01 14:46:23 +02:00
parent c850e6994a
commit 919ac7bd7d
3 changed files with 25 additions and 1 deletions

View File

@@ -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',