Skip to content

Commit 9c4a588

Browse files
committed
Try ghcr login step again
1 parent f33929e commit 9c4a588

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/cicd-pipeline.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,13 @@ jobs:
309309
terraform init -backend=false -upgrade
310310
terraform validate -no-color
311311
312+
- name: Log in to the Container registry
313+
uses: docker/login-action@v3
314+
with:
315+
registry: ${{ env.REGISTRY }}
316+
username: ${{ github.actor }}
317+
password: ${{ secrets.GITHUB_TOKEN }}
318+
312319
- name: Deploy to venue
313320
id: terraform-deploy
314321
working-directory: examples/cumulus-tf

0 commit comments

Comments
 (0)