mirror of
https://github.com/N0rthernL1ghts/wordpress.git
synced 2025-12-09 17:22:41 +01:00
Remove leftover
This commit is contained in:
2
.github/workflows/image.yml
vendored
2
.github/workflows/image.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: Build stable multiarch image
|
||||
name: Build docker WordPress image
|
||||
|
||||
on:
|
||||
push:
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user