File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -20,11 +20,12 @@ import (
20
20
"fmt"
21
21
"regexp"
22
22
23
+ "github.com/sirupsen/logrus"
24
+
23
25
"github.com/GoogleContainerTools/skaffold/pkg/skaffold/config"
24
26
"github.com/GoogleContainerTools/skaffold/pkg/skaffold/constants"
25
27
sErrors "github.com/GoogleContainerTools/skaffold/pkg/skaffold/errors"
26
28
"github.com/GoogleContainerTools/skaffold/proto/v1"
27
- "github.com/sirupsen/logrus"
28
29
)
29
30
30
31
const (
47
48
{
48
49
Regexp : re (fmt .Sprintf (".*%s.* denied: .*" , PushImageErr )),
49
50
ErrCode : proto .StatusCode_BUILD_PUSH_ACCESS_DENIED ,
50
- Description : func (error ) string {
51
+ Description : func (err error ) string {
51
52
logrus .Tracef ("error building %s" , err )
52
53
return "Build Failed. No push access to specified image repository"
53
54
},
You can’t perform that action at this time.
0 commit comments