Try fix docker login

This commit is contained in:
Victor Timofei 2021-12-30 17:25:33 +02:00
parent 58dca2bf68
commit 3f6d4f60e1
Signed by: vtimofei
GPG Key ID: B790DCEBE281403A
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ metadata:
name: basic-docker-user-pass
annotations:
# Replace <docker_registry_url> with your docker registry URL (e.g. https://my-acr.azurecr.io)
tekton.dev/docker-0: https://hub.docker.com/u/vtimofei
tekton.dev/docker-0: https://registry.hub.docker.com
type: kubernetes.io/basic-auth
---

View File

@ -37,7 +37,7 @@ spec:
params:
- name: url
# Replace <docker_registry_name> with your docker registry name (e.g. my-acr.azurecr.io)
value: "registry.hub.docker.com"
value: https://registry.hub.docker.com
type: image
- apiVersion: tekton.dev/v1alpha1
kind: PipelineRun