diff --git a/.github/workflows/porter_stack_integration-test-provisioning.yml b/.github/workflows/porter_stack_integration-test-provisioning.yml index f5a1733..dfd249d 100644 --- a/.github/workflows/porter_stack_integration-test-provisioning.yml +++ b/.github/workflows/porter_stack_integration-test-provisioning.yml @@ -14,6 +14,12 @@ jobs: run: echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT - name: Setup porter uses: porter-dev/setup-porter@v0.1.0 + - name: Login to GitHub Container Registry + uses: docker/login-action@v3 + with: + registry: ghcr.io + username: ${{ github.actor }} + password: ${{ secrets.IMAGE_BUILD_TOKEN }} - name: Pull unauthenticated images run: | docker pull ghcr.io/porter-dev/cluster-control-plane/ccp-cli:latest