diff --git a/.github/workflows/fortigate-tests.yml b/.github/workflows/fortigate-tests.yml index da91ab0cda..5489ee170e 100644 --- a/.github/workflows/fortigate-tests.yml +++ b/.github/workflows/fortigate-tests.yml @@ -39,6 +39,13 @@ jobs: run: | pip install -r tests/requirements.txt + - name: Login to GitHub Container Registry + uses: docker/login-action@v3 + with: + registry: ghcr.io + username: ${{ github.actor }} + password: ${{ secrets.GITHUB_TOKEN }} + - name: Sanitize test-suite name run: echo "TEST_SUITE=$(echo ${{ matrix.test-suite }} | tr -d '*')" >> $GITHUB_ENV