Skip to content

Commit

Permalink
try without setting DOCKER_AUTH_CONFIG env
Browse files Browse the repository at this point in the history
  • Loading branch information
kevjt committed Mar 15, 2024
1 parent 476e291 commit 65a5d33
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 65a5d33

Please sign in to comment.