Skip to content

Commit

Permalink
Fix makefile command
Browse files Browse the repository at this point in the history
  • Loading branch information
omegion committed Feb 28, 2021
1 parent dfd6834 commit bf44d7c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ lint:
release:
@echo "Releasing $(GIT_VERSION)"
docker build -t db-backup . --build-arg VERSION=$(GIT_VERSION)
docker tag kaas-cluster:latest db-backup:$(GIT_VERSION)
docker tag db-backup:latest omegion/go-db-backup:$(GIT_VERSION)
docker push omegion/go-db-backup:$(GIT_VERSION)

0 comments on commit bf44d7c

Please sign in to comment.