Backport of ci: ensure int test docker pull goes through proxy into release/1.19.x (#21825)

ci: ensure int test docker pull goes through proxy

Co-authored-by: Michael Zalimeni <michael.zalimeni@hashicorp.com>
pull/21840/head
hc-github-team-consul-core 2024-10-14 15:41:31 -04:00 committed by GitHub
parent 8c581524bc
commit 3a93f89745
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -393,7 +393,7 @@ jobs:
contents: read
env:
ENVOY_VERSION: ${{ needs.get-envoy-versions.outputs.max-envoy-version }}
CONSUL_DATAPLANE_IMAGE: "docker.io/hashicorppreview/consul-dataplane:1.5-dev-ubi"
CONSUL_DATAPLANE_IMAGE: "docker.mirror.hashicorp.services/hashicorppreview/consul-dataplane:1.5-dev-ubi"
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
# NOTE: This step is specifically needed for ENT. It allows us to access the required private HashiCorp repos.