Skip to content

Commit 2fa962d

Browse files
committed
fix: tag image with correct username
Signed-off-by: Andrew Rynhard <andrew@andrewrynhard.com>
1 parent 3260fde commit 2fa962d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ generate: # Generate code.
88
controller-gen object:headerFile=./hack/boilerplate.go.txt paths="./..."
99

1010
container: # Build a container image.
11-
docker build --tag docker.io/andrewrynhard/talos-controller-manager .
11+
docker build --tag docker.io/autonomy/talos-controller-manager .
1212

1313
.PHONY: manifests
1414
manifests: # Generate manifests e.g. CRD, RBAC etc.

0 commit comments

Comments
 (0)