Skip to content

Commit

Permalink
Makefile: add tag-release target
Browse files Browse the repository at this point in the history
  • Loading branch information
rnovatorov committed Oct 10, 2023
1 parent c750858 commit 01e3102
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
default:

.PHONY: tag-release
tag-release:
for i in $$(seq 5); do \
git tag v$$(date +%Y.%m.%d)-$$i && exit; \
done

export DOCKER_BUILDKIT=1
DOCKER_BUILD = docker build \
--build-arg BUILDKIT_INLINE_CACHE=1
Expand Down

0 comments on commit 01e3102

Please sign in to comment.