Skip to content

Commit 1ad0eff

Browse files
committed
Fixes
1 parent ae4dd31 commit 1ad0eff

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Makefile

+4
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ docker_build:
2222
docker_tag:
2323
docker tag $(DOCKER_IMAGE):$(DOCKER_TAG) $(DOCKER_IMAGE):latest
2424

25+
docker_tag:
26+
docker tag $(DOCKER_IMAGE):$(GIT_COMMIT) $(DOCKER_IMAGE):$(DOCKER_TAG)
27+
docker tag $(DOCKER_IMAGE):$(DOCKER_TAG) $(DOCKER_IMAGE):latest
28+
2529
docker_push:
2630
docker push $(DOCKER_IMAGE):latest
2731
docker push $(DOCKER_IMAGE):$(DOCKER_TAG)

hooks/build

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/sh
22

3-
make release
3+
make build && make release

0 commit comments

Comments
 (0)