Skip to content

Commit

Permalink
Update dapr-shared.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: salaboy <[email protected]>
  • Loading branch information
salaboy authored Jul 29, 2024
1 parent b324870 commit 3775d64
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/dapr-shared.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -197,14 +197,6 @@ jobs:
sed -i -e "s|tag: latest|tag: ${REL_VERSION}|g" ./chart/dapr-shared/values.yaml
cat ./chart/dapr-shared/values.yaml
- name: Container Registry login
uses: docker/login-action@v2
env:
DOCKER_REGISTRY_ID: ${{ secrets.DOCKER_DAPRIO_REGISTRY }}
with:
username: ${{ secrets.DOCKER_REGISTRY_ID }}
password: ${{ secrets.DOCKER_REGISTRY_PASS }}

- name: Package & Push Helm Chart
run : |
helm package \
Expand Down

0 comments on commit 3775d64

Please sign in to comment.