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