From e503abf9b319d95b074b73ec983a481bd8684794 Mon Sep 17 00:00:00 2001 From: nhyatt Date: Thu, 11 May 2023 07:17:44 -0500 Subject: [PATCH] changes push order --- build-php.jenkins | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-php.jenkins b/build-php.jenkins index 7c80050..159b63f 100644 --- a/build-php.jenkins +++ b/build-php.jenkins @@ -64,8 +64,8 @@ RUN apt-get update && \\ ], ], destination: [ - "${repository}/library/php-mysqli:latest", "registry.hub.docker.com/thespider/php-mysqli:latest", + "${repository}/library/php-mysqli:latest", ] ) }