Skip to content

Commit

Permalink
consul as image name
Browse files Browse the repository at this point in the history
  • Loading branch information
jmurret committed Apr 18, 2023
1 parent 9574d61 commit 2d87c4a
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 @@ -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:
Expand Down

0 comments on commit 2d87c4a

Please sign in to comment.