Skip to content

Commit 328ec7d

Browse files
committed
fix docker image ref
1 parent 14fa0fb commit 328ec7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

executor/docker.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ func (d *dockerExecutor) pullImageWithName(image string, auth *domain.SimpleAuth
439439
fullRef := image
440440

441441
if isDockerHubImage(image) {
442-
fullRef = image
442+
fullRef = "docker.io/library/" + image
443443
if strings.Contains(image, "/") {
444444
fullRef = "docker.io/" + image
445445
}

0 commit comments

Comments
 (0)