fix: integration tests
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
This commit is contained in:
parent
f578b09846
commit
46a738f2b2
|
|
@ -279,7 +279,7 @@ func TestGitBuildcontext(t *testing.T) {
|
|||
}
|
||||
|
||||
func TestGitBuildContextWithBranch(t *testing.T) {
|
||||
repo := "github.com/GoogleContainerTools/kaniko#v0.10.0"
|
||||
repo := "github.com/GoogleContainerTools/kaniko#refs/tags/v0.10.0"
|
||||
dockerfile := "integration/dockerfiles/Dockerfile_test_run_2"
|
||||
|
||||
// Build with docker
|
||||
|
|
|
|||
Loading…
Reference in New Issue