We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2178b27 commit 7745500Copy full SHA for 7745500
.env-example
@@ -1,7 +1,7 @@
1
# Target build/use environment
2
APP_ENV=local
3
BUILD_IMAGE=php-5.6-apache
4
-BUILD_IMAGE_TAG=v0.0.3
+BUILD_IMAGE_TAG=v0.0.4
5
6
# Making the npm versions changeable
7
NPM_VERSION=6.4.1
push-build.sh
@@ -11,7 +11,7 @@ echo -e "Publishing EWC Web Docker Image Build"
11
set -o allexport; source .env; set +o allexport
12
13
image=${BUILD_IMAGE:-php-5.6-apache}
14
-image_tag=${BUILD_IMAGE_TAG:-v0.0.3}
+image_tag=${BUILD_IMAGE_TAG:-v0.0.4}
15
16
# Tag the local copy to the remote webserver repo & push the release version
17
echo -e "Tagging build image as :$image_tag to webserver repo"
0 commit comments