Skip to content

Commit e9f8687

Browse files
committed
login to ghcr
1 parent b65021b commit e9f8687

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/chartpress.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,14 @@ jobs:
3232
login-server: ${{ env.STAGING_REGISTRY_NAME }}.azurecr.io
3333
username: ${{ secrets.TERRAFORM_REGISTRY_USERNAME }}
3434
password: ${{ secrets.TERRAFORM_REGISTRY_PASSWORD }}
35+
36+
- name: Login to GitHub Container Registry
37+
uses: docker/login-action@v3
38+
with:
39+
registry: ghcr.io
40+
username: ${{ github.actor }}
41+
password: ${{ secrets.GITHUB_TOKEN }}
42+
3543
- name: Setup python
3644
uses: actions/setup-python@v2
3745
with:

0 commit comments

Comments
 (0)