Skip to content

Commit 6266347

Browse files
author
Greg Bowler
committed
v2 release
1 parent 41a2ecd commit 6266347

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

php-build.bash

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#!/bin/bash
22
set -e
33

4+
php_build_version="build2"
5+
46
# Check for required variables:
57
if [ "$#" -lt 1 ]; then
68
echo "Must pass argument 1: the name of the action currently running"
@@ -69,6 +71,7 @@ do
6971
dockerfile="${dockerfile} $ext"
7072
dockerfile_unique="${dockerfile_unique}-${ext}"
7173
done
74+
dockerfile_unique="${dockerfile_unique}-${php_build_version}"
7275

7376
# Remove illegal characters and make lowercase:
7477
GITHUB_REPOSITORY="${GITHUB_REPOSITORY,,}"

0 commit comments

Comments
 (0)