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 846e102 commit 0182693Copy full SHA for 0182693
build.sh
@@ -16,7 +16,7 @@ cd "$VERSION_SHORT" || exit 1
16
VERSION=$(grep -oP '[0-9]+\.[0-9]+\.[0-9]+' Dockerfile | head -1)
17
DOCKER_REPO=factoriotools/factorio
18
19
-BRANCH=${GITHUB_REF#refs/heads/}
+BRANCH=${GITHUB_REF#refs/*/}
20
21
if [[ -n ${GITHUB_BASE_REF:-} ]]; then
22
TAGS="$DOCKER_REPO:$GITHUB_BASE_REF"
0 commit comments