We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a5a51e commit f766506Copy full SHA for f766506
.github/workflows/package-distribution.yaml
@@ -80,6 +80,14 @@ jobs:
80
- name: Build umbrella charts
81
run: make build-umbrella-chart
82
83
+ - name: Login to GitHub Container Registry
84
+ if: ${{ inputs.publish_binaries }}
85
+ uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
86
+ with:
87
+ registry: ghcr.io
88
+ username: ${{ github.actor }}
89
+ password: ${{ secrets.GITHUB_TOKEN }}
90
+
91
- name: Publish umbrella charts
92
if: ${{ inputs.publish_binaries }}
93
run: make publish-umbrella-chart
0 commit comments