diff --git a/examples/quickstart/pcc-deploy.toml b/examples/quickstart/pcc-deploy.toml index 812e2b8e6..f08e8a624 100644 --- a/examples/quickstart/pcc-deploy.toml +++ b/examples/quickstart/pcc-deploy.toml @@ -1,5 +1,5 @@ agent_name = "quickstart-test" -image = "markatdaily/quickstart-test:latest" +image = "your_username/quickstart-test:latest" secret_set = "quickstart-test-secrets" agent_profile = "agent-1x"