Skip to content

Commit 628cab0

Browse files
committed
Fix branch name in Docker tag
1 parent d2c33b7 commit 628cab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/build-docker-image.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ else
2525
fi
2626

2727
image=ghcr.io/theassassin/appimagelauncher-build
28-
branch="$(git rev-parse --abbrev-ref HEAD)"
28+
branch="$(git rev-parse --abbrev-ref HEAD | tr -c 'A-Za-z0-9-' '_')"
2929
# append platform to Docker image tag since we can't push separate (multi-arch) images to the same name without
3030
# creating the manifest manually
3131
# see https://github.com/docker/build-push-action/issues/671

0 commit comments

Comments
 (0)