Skip to content

Commit

Permalink
upgrade test: use docker.mirror.hashicorp.services to avoid docker login
Browse files Browse the repository at this point in the history
  • Loading branch information
huikang committed May 8, 2023
1 parent 83ad0df commit 72decfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-integrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ jobs:
${{ matrix.test-cases }} \
--target-image ${{ env.CONSUL_LATEST_IMAGE_NAME }} \
--target-version local \
--latest-image ${{ env.CONSUL_LATEST_IMAGE_NAME }} \
--latest-image docker.mirror.hashicorp.services/${{ env.CONSUL_LATEST_IMAGE_NAME }} \
--latest-version latest
ls -lrt
env:
Expand Down

0 comments on commit 72decfe

Please sign in to comment.