latest
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
69b806fcf5
commit
e416d60a49
2
Makefile
2
Makefile
|
@ -42,3 +42,5 @@ push:
|
||||||
docker push $(RN):$(GITREV)
|
docker push $(RN):$(GITREV)
|
||||||
docker push $(RN):latest
|
docker push $(RN):latest
|
||||||
docker push $(RN):$(shell git branch --show-current)
|
docker push $(RN):$(shell git branch --show-current)
|
||||||
|
docker push $(RN):$(shell date -u +%Y-%m-%d)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue