mirror of
https://github.com/N0rthernL1ghts/wordpress.git
synced 2024-11-27 05:25:44 +01:00
Remove buildx leftover
This commit is contained in:
parent
1231b8057a
commit
443ec90291
|
@ -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
|
Loading…
Reference in New Issue
Block a user