Skip to content

Commit f766506

Browse files
authored
gha: Enable pushing to ghcr (#1411)
1 parent 7a5a51e commit f766506

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/package-distribution.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,14 @@ jobs:
8080
- name: Build umbrella charts
8181
run: make build-umbrella-chart
8282

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+
8391
- name: Publish umbrella charts
8492
if: ${{ inputs.publish_binaries }}
8593
run: make publish-umbrella-chart

0 commit comments

Comments
 (0)