Correct tagging in container builds

This commit is contained in:
Imbus 2025-01-28 12:31:44 +01:00
parent 1ed0f4a2f9
commit cdd05891e8

View file

@ -31,7 +31,7 @@ $(RELEASE_NAME):
mkdir -p $@ mkdir -p $@
container: container:
podman build -t rexserver --env REX_VERSION -f container/Containerfile . podman build -t rexserver:$(REX_VERSION) --env REX_VERSION -f container/Containerfile .
clean: clean:
make -C ./rex_client clean make -C ./rex_client clean