We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41a2ecd commit 6266347Copy full SHA for 6266347
php-build.bash
@@ -1,6 +1,8 @@
1
#!/bin/bash
2
set -e
3
4
+php_build_version="build2"
5
+
6
# Check for required variables:
7
if [ "$#" -lt 1 ]; then
8
echo "Must pass argument 1: the name of the action currently running"
@@ -69,6 +71,7 @@ do
69
71
dockerfile="${dockerfile} $ext"
70
72
dockerfile_unique="${dockerfile_unique}-${ext}"
73
done
74
+dockerfile_unique="${dockerfile_unique}-${php_build_version}"
75
76
# Remove illegal characters and make lowercase:
77
GITHUB_REPOSITORY="${GITHUB_REPOSITORY,,}"
0 commit comments