diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index 649666b..ad52303 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml @@ -1,4 +1,4 @@ -name: Build stable multiarch image +name: Build docker WordPress image on: push: diff --git a/bin/build b/bin/build index c8b2b02..c74b866 100755 --- a/bin/build +++ b/bin/build @@ -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 \ No newline at end of file