Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit 1810d1a

Browse files
committed
Fix image name in taskfile
Signed-off-by: Christian Dupuis <[email protected]>
1 parent 43e34d6 commit 1810d1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Taskfile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '3'
22

33
vars:
4-
IMAGE_NAME: docker/index-cli-plugin:local
4+
IMAGE_NAME: docker/docker-index:local
55

66
tasks:
77
go:test:

0 commit comments

Comments
 (0)