changes push order

This commit is contained in:
2023-05-11 07:17:44 -05:00
parent a1ed63041c
commit e503abf9b3

View File

@@ -64,8 +64,8 @@ RUN apt-get update && \\
], ],
], ],
destination: [ destination: [
"${repository}/library/php-mysqli:latest",
"registry.hub.docker.com/thespider/php-mysqli:latest", "registry.hub.docker.com/thespider/php-mysqli:latest",
"${repository}/library/php-mysqli:latest",
] ]
) )
} }