diff --git a/.github/workflows/test-integrations.yml b/.github/workflows/test-integrations.yml index fa1cba848e6b..811a39b7a4a6 100644 --- a/.github/workflows/test-integrations.yml +++ b/.github/workflows/test-integrations.yml @@ -23,7 +23,7 @@ env: GOTESTSUM_VERSION: "1.9.0" CONSUL_BINARY_UPLOAD_NAME: consul-bin # strip the hashicorp/ off the front of github.repository - CONSUL_LATEST_IMAGE_NAME: ${{ endsWith(github.repository, '-enterprise') && 'consul-enterprise' || 'consul' }} + CONSUL_LATEST_IMAGE_NAME: consul jobs: setup: