changes push order

This commit is contained in:
Hyatt 2023-05-11 07:17:44 -05:00
parent a1ed63041c
commit e503abf9b3
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

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",
] ]
) )
} }