File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 6666
6767 - name : Create and push multi-arch manifest
6868 run : |
69- docker manifest create \
69+ docker manifest create --amend \
7070 cr.eu-north1.nebius.cloud/soperator/helmrelease-trigger-operator:${{ steps.get_version.outputs.version }} \
7171 cr.eu-north1.nebius.cloud/soperator/helmrelease-trigger-operator:${{ steps.get_version.outputs.version }}-amd \
7272 cr.eu-north1.nebius.cloud/soperator/helmrelease-trigger-operator:${{ steps.get_version.outputs.version }}-arm
@@ -124,5 +124,5 @@ jobs:
124124 echo "Packaging chart ${CHART_NAME} as ${CHART_TARGET}."
125125 helm package -d "${RELEASE_PATH}" "${HELM_PATH}/helm"
126126
127- echo "Pushing helm- ${CHART_TARGET} to Container registry - ${OCI_REPO}"
128- helm push "${RELEASE_PATH}/helm- ${CHART_TARGET}" "${OCI_REPO}"
127+ echo "Pushing ${CHART_TARGET} to Container registry - ${OCI_REPO}"
128+ helm push "${RELEASE_PATH}/${CHART_TARGET}" "${OCI_REPO}"
You can’t perform that action at this time.
0 commit comments