From 534637c91d2be44edda0ae5ec58bd5d297962cda Mon Sep 17 00:00:00 2001 From: Stefan McShane Date: Wed, 6 Mar 2024 20:59:19 -0500 Subject: [PATCH] remove ack fix --- .../porter_stack_integration-test-provisioning.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/porter_stack_integration-test-provisioning.yml b/.github/workflows/porter_stack_integration-test-provisioning.yml index 99dfad5..5d70146 100644 --- a/.github/workflows/porter_stack_integration-test-provisioning.yml +++ b/.github/workflows/porter_stack_integration-test-provisioning.yml @@ -14,14 +14,9 @@ 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: portersupport - password: ${{ secrets.IMAGE_BUILD_TOKEN }} - name: Pull unauthenticated images run: | + echo $GITHUB_TOKEN | docker login ghcr.io -u USERNAME --password-stdin docker pull ghcr.io/porter-dev/cluster-control-plane/ccp-cli:latest env: GITHUB_TOKEN: ${{ secrets.IMAGE_BUILD_TOKEN }}