We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88087b9 commit ac9f6c4Copy full SHA for ac9f6c4
.github/workflows/000-user-official-release.yaml
@@ -66,17 +66,9 @@ jobs:
66
with:
67
version: "v3.12.3"
68
69
- - name: Install Docker
70
- run: |
71
- brew install docker
72
- colima start
73
-
74
- 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 }}
+ run: |
+ echo "${{ secrets.GITHUB_TOKEN }}" | helm registry login ${{ env.REGISTRY }} --username ${{ github.actor }} --password-stdin
80
81
- name: Install Semantic Release
82
if: ${{ github.event_name == 'workflow_dispatch' && !cancelled() && !failure() }}
0 commit comments