mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-01 08:09:59 +01:00
44faccf01b
Dump the total amount of errors Signed-off-by: stonezdj <daojunz@vmware.com>
8 lines
100 B
Bash
Executable File
8 lines
100 B
Bash
Executable File
#! /bin/bash
|
|
|
|
HELM_CMD=$1
|
|
V2_CHART_PATH=$2
|
|
OCI_REF=$3
|
|
|
|
${HELM_CMD} push ${V2_CHART_PATH} ${OCI_REF}
|