mirror of
https://github.com/docker/build-push-action.git
synced 2024-11-15 20:43:52 +08:00
Spelling
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
25daa691dd
commit
585c2ae3b7
2
dist/index.js
generated
vendored
2
dist/index.js
generated
vendored
@ -1056,7 +1056,7 @@ function run() {
|
|||||||
// Buildx options
|
// Buildx options
|
||||||
if (buildxEnabled) {
|
if (buildxEnabled) {
|
||||||
if (inputs.builder) {
|
if (inputs.builder) {
|
||||||
core.info(`📌 Using build instance ${inputs.builder}`);
|
core.info(`📌 Using builder instance ${inputs.builder}`);
|
||||||
yield buildx.use(inputs.builder);
|
yield buildx.use(inputs.builder);
|
||||||
}
|
}
|
||||||
if (inputs.platforms) {
|
if (inputs.platforms) {
|
||||||
|
@ -56,7 +56,7 @@ async function run(): Promise<void> {
|
|||||||
// Buildx options
|
// Buildx options
|
||||||
if (buildxEnabled) {
|
if (buildxEnabled) {
|
||||||
if (inputs.builder) {
|
if (inputs.builder) {
|
||||||
core.info(`📌 Using build instance ${inputs.builder}`);
|
core.info(`📌 Using builder instance ${inputs.builder}`);
|
||||||
await buildx.use(inputs.builder);
|
await buildx.use(inputs.builder);
|
||||||
}
|
}
|
||||||
if (inputs.platforms) {
|
if (inputs.platforms) {
|
||||||
|
Loading…
Reference in New Issue
Block a user