Skip to content

Commit c1e1a1c

Browse files
Fix CI for PRs
1 parent 429c88f commit c1e1a1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ DOCKER_REPO=factoriotools/factorio
1919
BRANCH=${GITHUB_REF#refs/*/}
2020

2121
if [[ -n ${GITHUB_BASE_REF:-} ]]; then
22-
TAGS="$DOCKER_REPO:$GITHUB_BASE_REF"
22+
TAGS="-t $DOCKER_REPO:$GITHUB_BASE_REF"
2323
else
2424
if [[ -n ${CI:-} ]]; then
2525
# we are either on master or on a tag build

0 commit comments

Comments
 (0)