mirror of
https://github.com/N0rthernL1ghts/wordpress.git
synced 2025-12-11 13:02:41 +01:00
Remove buildx leftover
This commit is contained in:
@@ -7,4 +7,5 @@ if [ -z "${WP_VERSION}" ]; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
docker build --build-arg WP_VERSION=${WP_VERSION} --push --tag "nlss/wordpress:${WP_VERSION}" --tag "nlss/base-alpine:latest" .
|
docker build --build-arg WP_VERSION=${WP_VERSION} --tag "nlss/wordpress:${WP_VERSION}" --tag "nlss/base-alpine:latest" .
|
||||||
|
docker push --all-tags nlss/wordpress
|
||||||
Reference in New Issue
Block a user