change the rest to docker hub
This commit is contained in:
		@@ -7,7 +7,7 @@ spec:
 | 
				
			|||||||
  template:
 | 
					  template:
 | 
				
			||||||
    spec:
 | 
					    spec:
 | 
				
			||||||
      containers:
 | 
					      containers:
 | 
				
			||||||
        - image: "docker.pkg.github.com/tormachris/knative-report-functions/hello-world-go"
 | 
					        - image: "tormachris/hello-world-go"
 | 
				
			||||||
          env:
 | 
					          env:
 | 
				
			||||||
            - name: TARGET
 | 
					            - name: TARGET
 | 
				
			||||||
              value: "Go"
 | 
					              value: "Go"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -11,5 +11,5 @@ spec:
 | 
				
			|||||||
          env: 
 | 
					          env: 
 | 
				
			||||||
            - 
 | 
					            - 
 | 
				
			||||||
              name: TARGET
 | 
					              name: TARGET
 | 
				
			||||||
          image: "docker.pkg.github.com/tormachris/knative-report-functions/hello-world-py"
 | 
					          image: "tormachris/hello-world-py"
 | 
				
			||||||
          value: "Python"
 | 
					          value: "Python"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -7,7 +7,7 @@ spec:
 | 
				
			|||||||
  template:
 | 
					  template:
 | 
				
			||||||
    spec:
 | 
					    spec:
 | 
				
			||||||
      containers:
 | 
					      containers:
 | 
				
			||||||
        - image: "docker.pkg.github.com/tormachris/knative-report-functions/isprime-go"
 | 
					        - image: "tormachris/isprime-go"
 | 
				
			||||||
          env:
 | 
					          env:
 | 
				
			||||||
            - name: TARGET
 | 
					            - name: TARGET
 | 
				
			||||||
              value: 107107
 | 
					              value: 107107
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -11,5 +11,5 @@ spec:
 | 
				
			|||||||
          env: 
 | 
					          env: 
 | 
				
			||||||
            - 
 | 
					            - 
 | 
				
			||||||
              name: TARGET
 | 
					              name: TARGET
 | 
				
			||||||
          image: "docker.pkg.github.com/tormachris/knative-report-functions/isprime-py"
 | 
					          image: "tormachris/isprime-py"
 | 
				
			||||||
          value: 107107
 | 
					          value: 107107
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user