Skip to content

Commit

Permalink
Update dapr-shared.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: salaboy <Salaboy@gmail.com>
  • Loading branch information
salaboy authored Jul 29, 2024
1 parent 3775d64 commit f013f36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dapr-shared.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -203,5 +203,5 @@ jobs:
./chart/dapr-shared \
--version ${REL_VERSION}
echo ${{ secrets.DOCKER_REGISTRY_PASS }} | helm registry login registry-1.docker.io -u ${{ secrets.DOCKER_REGISTRY_ID }} --password-stdin
helm push dapr-shared-chart-${REL_VERSION}.tgz oci://docker.io/${{ secrets.DOCKER_DAPRIO_REGISTRY }} --debug
helm push dapr-shared-chart-${REL_VERSION}.tgz oci://registry-1.docker.io/${{ secrets.DOCKER_DAPRIO_REGISTRY }} --debug
shell: bash

0 comments on commit f013f36

Please sign in to comment.