mirror of
https://code.forgejo.org/forgejo/runner.git
synced 2025-09-15 18:57:01 +00:00
added info log when container image platform mismatched (#3225) (followup)
This commit is contained in:
parent
620f852889
commit
783b4e3750
1 changed files with 1 additions and 1 deletions
|
@ -6,9 +6,9 @@ import (
|
|||
"context"
|
||||
"fmt"
|
||||
|
||||
"code.forgejo.org/forgejo/runner/v9/act/common"
|
||||
cerrdefs "github.com/containerd/errdefs"
|
||||
"github.com/docker/docker/api/types/image"
|
||||
"github.com/nektos/act/pkg/common"
|
||||
)
|
||||
|
||||
// ImageExistsLocally returns a boolean indicating if an image with the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue