mirror of
https://github.com/N0rthernL1ghts/wordpress.git
synced 2024-11-23 16:32:33 +01:00
Remove leftover
This commit is contained in:
parent
443ec90291
commit
7af877e840
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:
|
on:
|
||||||
push:
|
push:
|
||||||
|
|
|
@ -7,5 +7,5 @@ if [ -z "${WP_VERSION}" ]; then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
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
|
docker push --all-tags nlss/wordpress
|
Loading…
Reference in New Issue
Block a user