|
|
|
@ -232,7 +232,7 @@ ccc"`],
|
|
|
|
[
|
|
|
|
[
|
|
|
|
'build',
|
|
|
|
'build',
|
|
|
|
'--output', '.',
|
|
|
|
'--output', '.',
|
|
|
|
'--secret', `id=GIT_AUTH_TOKEN,src=${tmpName}`,
|
|
|
|
'--secret', `id=GIT_AUTH_TOKEN.github.com,src=${tmpName}`,
|
|
|
|
'https://github.com/docker/build-push-action.git#refs/heads/master'
|
|
|
|
'https://github.com/docker/build-push-action.git#refs/heads/master'
|
|
|
|
],
|
|
|
|
],
|
|
|
|
undefined
|
|
|
|
undefined
|
|
|
|
@ -478,7 +478,7 @@ nproc=3`],
|
|
|
|
[
|
|
|
|
[
|
|
|
|
'build',
|
|
|
|
'build',
|
|
|
|
'--iidfile', imageIDFilePath,
|
|
|
|
'--iidfile', imageIDFilePath,
|
|
|
|
'--secret', `id=GIT_AUTH_TOKEN,src=${tmpName}`,
|
|
|
|
'--secret', `id=GIT_AUTH_TOKEN.github.com,src=${tmpName}`,
|
|
|
|
'--metadata-file', metadataJson,
|
|
|
|
'--metadata-file', metadataJson,
|
|
|
|
'https://github.com/docker/build-push-action.git#refs/heads/master:subdir'
|
|
|
|
'https://github.com/docker/build-push-action.git#refs/heads/master:subdir'
|
|
|
|
],
|
|
|
|
],
|
|
|
|
|