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 ab547c5 commit 61bf4b7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dapr-shared.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ jobs:
- name: Container Registry login
uses: docker/login-action@v2
env:
DOCKER_REGISTRY_ID: ${{ vars.DOCKER_DAPRIO_REGISTRY }}
DOCKER_REGISTRY_ID: ${{ secrets.DOCKER_DAPRIO_REGISTRY }}
with:
username: ${{ secrets.DOCKER_REGISTRY_ID }}
password: ${{ secrets.DOCKER_REGISTRY_PASS }}
Expand All @@ -164,7 +164,7 @@ jobs:

- name: Build & Push Images
env:
KO_DOCKER_REPO: ${{ vars.DOCKER_DAPRIO_REGISTRY }}/dapr-shared
KO_DOCKER_REPO: ${{ secrets.DOCKER_DAPRIO_REGISTRY }}/dapr-shared
run: |
ko build cmd/shared-init/main.go --platform=linux/amd64,linux/arm64 --tags ${REL_VERSION} --bare
Expand Down Expand Up @@ -210,5 +210,5 @@ jobs:
helm package \
./chart/dapr-shared \
--version ${REL_VERSION}
helm push dapr-shared-chart-${REL_VERSION}.tgz oci://docker.io/${{ vars.DOCKER_DAPRIO_REGISTRY }}
shell: bash
helm push dapr-shared-chart-${REL_VERSION}.tgz oci://docker.io/${{ secrets.DOCKER_DAPRIO_REGISTRY }}
shell: bash

0 comments on commit 61bf4b7

Please sign in to comment.