Skip to content

Commit 46795b8

Browse files
authored
fix: Use correct image tag (#119)
The image tag should be in a 3 part structure
1 parent b55b702 commit 46795b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/docker/docker.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,5 +230,5 @@ func createDirForOutput(file string) error {
230230
}
231231

232232
func getVersionTag() string {
233-
return time.Now().Format("v2006.01.02.150405")
233+
return time.Now().Format("v2006.01.02150405")
234234
}

0 commit comments

Comments
 (0)