From 65a5d33f4d71d4149d89619720720052a444c4a3 Mon Sep 17 00:00:00 2001 From: kevjt Date: Fri, 15 Mar 2024 11:39:06 +1100 Subject: [PATCH] try without setting DOCKER_AUTH_CONFIG env --- .github/workflows/integration-tests.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/integration-tests.yaml b/.github/workflows/integration-tests.yaml index 472241b53..be1e27f9a 100644 --- a/.github/workflows/integration-tests.yaml +++ b/.github/workflows/integration-tests.yaml @@ -97,7 +97,6 @@ jobs: GOMAXPROCS: 1 OCTOTESTVERSION: latest OCTOTESTIMAGEURL: docker.packages.octopushq.com/octopusdeploy/octopusdeploy - DOCKER_AUTH_CONFIG: '{"auths":{"docker:packages:octopushq:com":{"username":"${{ secrets.OCTOPUSHQ_DOCKER_REGISTRY_USER }}","password":"${{ secrets.OCTOPUSHQ_DOCKER_REGISTRY_PASSWORD }}"}}}' - name: Upload test artifacts uses: actions/upload-artifact@v3 with: