mirror of
https://github.com/rommapp/romm.git
synced 2026-02-18 00:27:41 +01:00
refactor: update Docker image tag to include 'testing' for local builds
This commit is contained in:
@@ -3,4 +3,4 @@
|
||||
branch_name="$(git symbolic-ref HEAD 2>/dev/null)"
|
||||
branch_name=${branch_name##refs/heads/}
|
||||
branch_name=${branch_name//\//-} # Replace slashes with dashes
|
||||
docker build -t "rommapp/romm:local-${branch_name}" . --file ./docker/Dockerfile
|
||||
docker build -t "rommapp/romm-testing:local-${branch_name}" . --file ./docker/Dockerfile
|
||||
|
||||
Reference in New Issue
Block a user