This commit is contained in:
parent
a2957e48b4
commit
ca4adfc189
@ -9,9 +9,9 @@ local Pipeline(mariadb_version) = {
|
||||
pull: "always",
|
||||
settings: {
|
||||
dockerfile: "Dockerfile",
|
||||
build_args: {
|
||||
MARIA_VERSION: mariadb_version,
|
||||
},
|
||||
build_args: [
|
||||
"MARIA_VERSION=" + mariadb_version,
|
||||
],
|
||||
registry: "docker.asperti.com",
|
||||
repo: "docker.asperti.com/paspo/mariadb-backup-slave",
|
||||
username: {
|
||||
|
Loading…
Reference in New Issue
Block a user