Adds ability for user to define additional tags for images #2776
Annotations
5 errors and 2 warnings
lint:
cmd/build.go#L62
non-wrapping format verb for fmt.Errorf. Use `%w` to format errors (errorlint)
|
lint:
pkg/image/image.go#L80
S1008: should use 'return shouldNotBeSlugged(tag, dockerTagRegexp, DockerTagMaxSize)' instead of 'if shouldNotBeSlugged(tag, dockerTagRegexp, DockerTagMaxSize) { return true }; return false' (gosimple)
|
lint:
pkg/devcontainer/prebuild.go#L102
ineffectual assignment to err (ineffassign)
|
lint:
pkg/image/image.go#L70
ST1005: error strings should not end with punctuation or newlines (stylecheck)
|
lint
issues found
|
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v4, actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
lint
Restore cache failed: Dependencies file is not found in /home/runner/work/devpod/devpod. Supported file pattern: go.sum
|