mirror of
https://github.com/goharbor/harbor.git
synced 2025-02-15 03:11:50 +01:00
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}
|