mirror of
https://github.com/drone-plugins/drone-buildah.git
synced 2026-06-16 14:50:32 +08:00
Compare commits
2 Commits
v1.2.2-debug
...
v1.2.2
| Author | SHA1 | Date | |
|---|---|---|---|
| f91fa71be0 | |||
| a84121e813 |
@@ -204,9 +204,9 @@ func commandLoginEmail(login Login) *exec.Cmd {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
// helper function to create the docker info command.
|
// helper function to create the docker version command.
|
||||||
func commandVersion() *exec.Cmd {
|
func commandVersion() *exec.Cmd {
|
||||||
return exec.Command(buildahExe, "--storage-driver", "vfs", "version")
|
return exec.Command(buildahExe, "version")
|
||||||
}
|
}
|
||||||
|
|
||||||
// helper function to create the docker info command.
|
// helper function to create the docker info command.
|
||||||
|
|||||||
Reference in New Issue
Block a user