From 115febd1d2435e43dda3cf83f2dccde7ecf4c116 Mon Sep 17 00:00:00 2001 From: Stefan McShane Date: Wed, 6 Mar 2024 20:52:14 -0500 Subject: [PATCH] remove ack fix --- .../porter_stack_integration-test-provisioning.yml | 6 ++++++ 1 file changed, 6 insertions(+) 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