Skip to content

Commit

Permalink
feat: Implement integration with docker hub for openshift(#43)
Browse files Browse the repository at this point in the history
Jira EPMDEDP-12657

Related #43

Change-Id: I19a78d538820ca4a7f5eb2c2197f68bf5d1eff86
  • Loading branch information
Oleksandr Taruraiev committed Oct 9, 2023
1 parent 4b8df86 commit 9078265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/pipelines-library/templates/tasks/kaniko-eks.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- if or (eq .Values.global.platform "kubernetes") (eq .Values.global.dockerRegistry.type "harbor") }}
{{- if or (eq .Values.global.platform "kubernetes") (eq .Values.global.dockerRegistry.type "harbor") (eq .Values.global.dockerRegistry.type "dockerhub") }}
apiVersion: tekton.dev/v1beta1
kind: Task
metadata:
Expand Down

0 comments on commit 9078265

Please sign in to comment.