Remove leftover

This commit is contained in:
xZero707 2021-03-18 21:39:14 +01:00
parent 443ec90291
commit 7af877e840
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
name: Build stable multiarch image
name: Build docker WordPress image
on:
push:

View File

@ -7,5 +7,5 @@ if [ -z "${WP_VERSION}" ]; then
exit 1
fi
docker build --build-arg WP_VERSION=${WP_VERSION} --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/wordpress:latest" .
docker push --all-tags nlss/wordpress