refactor: update Docker image tag to include 'testing' for local builds

This commit is contained in:
zurdi
2025-05-08 14:36:32 +00:00
parent 4c953b6439
commit c01a90caf6

View File

@@ -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