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 f4ede09 commit 1cc5489
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 @@ -210,6 +210,6 @@ jobs:
helm package \
./chart/dapr-shared \
--version ${REL_VERSION}
helm registry login -u ${{ secrets.DOCKER_REGISTRY_ID }} oci://docker.io/
helm registry login -u ${{ secrets.DOCKER_REGISTRY_ID }} -p ${{ secrets.DOCKER_REGISTRY_PASS }} oci://docker.io/
helm push dapr-shared-chart-${REL_VERSION}.tgz oci://docker.io/${{ secrets.DOCKER_DAPRIO_REGISTRY }}
shell: bash

0 comments on commit 1cc5489

Please sign in to comment.