diff --git a/.github/workflows/push-helm-chart.yaml b/.github/workflows/push-helm-chart.yaml index adbc4b2..da06835 100644 --- a/.github/workflows/push-helm-chart.yaml +++ b/.github/workflows/push-helm-chart.yaml @@ -70,9 +70,9 @@ jobs: - name: Login to GHCR Registry uses: docker/login-action@v2 with: - registry: ${{env.REGISTRY}} + registry: ${{ env.REGISTRY }} username: stakater-user - password: ${{secrets.GITHUB_TOKEN}} + password: ${{ secrets.GITHUB_TOKEN }} - name: Publish Helm chart to ghcr.io run: |