From 7af877e84067dded4f2b61a535c63d62c58763b1 Mon Sep 17 00:00:00 2001 From: xZero707 Date: Thu, 18 Mar 2021 21:39:14 +0100 Subject: [PATCH] Remove leftover --- .github/workflows/image.yml | 2 +- bin/build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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