Tag latest on container build

This commit is contained in:
Imbus 2025-02-20 13:07:18 +01:00
parent be9b0b76ca
commit cc6a7d918b

View file

@ -38,6 +38,8 @@ $(RELEASE_NAME):
container: container:
podman build -t rexserver:$(REX_VERSION) --env REX_VERSION -f container/Containerfile . podman build -t rexserver:$(REX_VERSION) --env REX_VERSION -f container/Containerfile .
podman tag localhost/rexserver:$(REX_VERSION) localhost/rexserver:latest
podman images localhost/rexserver
clean: clean:
make -C ./rex_client clean make -C ./rex_client clean