Skip to content

Commit

Permalink
revert image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
anhductn2001 committed Mar 4, 2024
1 parent 9cb1abe commit 76d605c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ var (
func GetDockerImageVersion() (dymensionVersion, rollappVersion string) {
dymensionVersion, found := os.LookupEnv("DYMENSION_CI")
if !found {
dymensionVersion = "e2e"
dymensionVersion = "latest"
}

rollappVersion, found = os.LookupEnv("ROLLAPP_CI")
Expand Down

0 comments on commit 76d605c

Please sign in to comment.