From de49a8e9db0db2a5337db5ef589504ca3332d41e Mon Sep 17 00:00:00 2001 From: miampf Date: Tue, 29 Oct 2024 12:36:21 +0100 Subject: [PATCH] add forgotten login to ghcr.io --- .github/workflows/e2e_aks_runtime.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/e2e_aks_runtime.yml b/.github/workflows/e2e_aks_runtime.yml index 780672709..c8ab4a687 100644 --- a/.github/workflows/e2e_aks_runtime.yml +++ b/.github/workflows/e2e_aks_runtime.yml @@ -26,6 +26,12 @@ jobs: uses: azure/login@a65d910e8af852a8061c627c456678983e180302 # v2.2.0 with: creds: ${{ secrets.CONTRAST_CI_INFRA_AZURE }} + - name: Log in to ghcr.io Container registry + uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0 + with: + registry: ghcr.io + username: ${{ github.actor }} + password: ${{ secrets.GITHUB_TOKEN }} - name: Create justfile.env run: | cat < justfile.env