mirror of https://github.com/hashicorp/consul
Backport of chore: bump upgrade integrations tests to 1.15, 116 [NET-4743] into release/1.15.x (#18147)
Co-authored-by: Nick Irvine <115657443+nfi-hashicorp@users.noreply.github.com>pull/18188/head
parent
c940dac2a3
commit
7a10f95a22
|
@ -22,7 +22,8 @@ env:
|
|||
GOTESTSUM_VERSION: "1.10.1"
|
||||
CONSUL_BINARY_UPLOAD_NAME: consul-bin
|
||||
# strip the hashicorp/ off the front of github.repository for consul
|
||||
CONSUL_LATEST_IMAGE_NAME: ${{ github.repository }}
|
||||
CONSUL_LATEST_IMAGE_NAME: ${{ endsWith(github.repository, '-enterprise') && github.repository || 'hashicorp/consul' }}
|
||||
GOPRIVATE: github.com/hashicorp # Required for enterprise deps
|
||||
|
||||
jobs:
|
||||
setup:
|
||||
|
|
|
@ -19,7 +19,7 @@ var (
|
|||
)
|
||||
|
||||
const (
|
||||
DefaultImageNameOSS = "consul"
|
||||
DefaultImageNameOSS = "hashicorp/consul"
|
||||
DefaultImageNameENT = "hashicorp/consul-enterprise"
|
||||
ImageVersionSuffixENT = "-ent"
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue