Skip to content

Commit

Permalink
Merge branch 'master' of github.com:dcmartin/addon-ambianic
Browse files Browse the repository at this point in the history
  • Loading branch information
dcmartin committed Aug 19, 2020
2 parents d6c90c2 + 91b8de4 commit 2f89cd0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ambianic/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,10 @@ latest:
@docker tag ${DOCKER_TAG} $(DOCKER_REPOSITORY)/${BUILD_ARCH}-$(DOCKER_NAME):latest
@docker push $(DOCKER_REPOSITORY)/${BUILD_ARCH}-$(DOCKER_NAME):latest

pull:
@echo "${MC}>>> MAKE --" $$(date +%T) "-- making latest ${DOCKER_TAG}""${NC}" > /dev/stderr
git pull


##
## SERVICES
Expand Down

0 comments on commit 2f89cd0

Please sign in to comment.