There was an error while loading. Please reload this page.
1 parent f33929e commit 9c4a588Copy full SHA for 9c4a588
1 file changed
.github/workflows/cicd-pipeline.yml
@@ -309,6 +309,13 @@ jobs:
309
terraform init -backend=false -upgrade
310
terraform validate -no-color
311
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
+
319
- name: Deploy to venue
320
id: terraform-deploy
321
working-directory: examples/cumulus-tf
0 commit comments