Correct tagging in container builds
This commit is contained in:
parent
1ed0f4a2f9
commit
cdd05891e8
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue