Skip to content
This repository has been archived by the owner on Aug 14, 2023. It is now read-only.

Commit

Permalink
add make target for git tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
Govinda-Fichtner committed Jan 10, 2016
1 parent d2321f5 commit c0e57a4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@ rpi-raw-image: build

shell: build
docker run -ti --privileged -v $(shell pwd):/workspace image-builder-raw bash

tag:
git tag ${TAG}
git push origin ${TAG}

0 comments on commit c0e57a4

Please sign in to comment.