We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b65021b commit e9f8687Copy full SHA for e9f8687
.github/workflows/chartpress.yml
@@ -32,6 +32,14 @@ jobs:
32
login-server: ${{ env.STAGING_REGISTRY_NAME }}.azurecr.io
33
username: ${{ secrets.TERRAFORM_REGISTRY_USERNAME }}
34
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
43
- name: Setup python
44
uses: actions/setup-python@v2
45
with:
0 commit comments