diff --git a/.github/workflows/integration-test.yaml b/.github/workflows/integration-test.yaml index c42f5a2c1..5262e75f3 100644 --- a/.github/workflows/integration-test.yaml +++ b/.github/workflows/integration-test.yaml @@ -12,9 +12,14 @@ jobs: docker-compose-test: name: Quest Smoke and Load Tests runs-on: ubuntu-latest + steps: - name: Login to GitHub Container Registry - run: echo ${{ secrets.GH_TOKEN }} | docker login ghcr.io -u ${{ github.actor }} --password-stdin + uses: docker/login-action@v3 + with: + registry: ghcr.io + username: ${{ github.actor }} + password: ${{ secrets.GH_TOKEN }} - name: Checkout uses: actions/checkout@v3 - name: Start compose