Tag latest on container build
This commit is contained in:
parent
be9b0b76ca
commit
cc6a7d918b
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue