Skip to content
Snippets Groups Projects
Verified Commit 0078fe72 authored by Stephane Bonnet's avatar Stephane Bonnet
Browse files

Ajouter automatiquement le tag latest à la construction

parent 22e9f76f
No related branches found
No related tags found
1 merge request!42Pica openldap dev
......@@ -3,10 +3,13 @@ VERSION = 0.0.1
.PHONY: all build build-nocache
all: build
all: build tag-latest
build:
docker build -t $(NAME):$(VERSION) --rm .
build-nocache:
docker build -t $(NAME):$(VERSION) --no-cache --rm .
tag-latest:
docker tag $(NAME):$(VERSION) $(NAME):latest
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment