Skip to content

Commit ac9f6c4

Browse files
committed
fix: move to using helm registry login instead
Signed-off-by: PavelSBorisov <pavel.s.borisov@gmail.com>
1 parent 88087b9 commit ac9f6c4

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.github/workflows/000-user-official-release.yaml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -66,17 +66,9 @@ jobs:
6666
with:
6767
version: "v3.12.3"
6868

69-
- name: Install Docker
70-
run: |
71-
brew install docker
72-
colima start
73-
7469
- name: Log in to the Container registry
75-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # 3.5.0
76-
with:
77-
registry: ${{ env.REGISTRY }}
78-
username: ${{ github.actor }}
79-
password: ${{ secrets.GITHUB_TOKEN }}
70+
run: |
71+
echo "${{ secrets.GITHUB_TOKEN }}" | helm registry login ${{ env.REGISTRY }} --username ${{ github.actor }} --password-stdin
8072
8173
- name: Install Semantic Release
8274
if: ${{ github.event_name == 'workflow_dispatch' && !cancelled() && !failure() }}

0 commit comments

Comments
 (0)