Skip to content

Commit

Permalink
Merge pull request #84 from WyriHaximusNet/rename-push-to-push-from-tags
Browse files Browse the repository at this point in the history
Rename push to push-from-tags
  • Loading branch information
WyriHaximus authored Aug 15, 2020
2 parents a6d8bf4 + a06bd97 commit a71f563
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
qa: lint lint-shell build test scan-vulnerability
build: clean-tags build-nts build-zts
push: build push
ci-push: ci-docker-login push
ci-push: ci-docker-login push-from-tags

mkfile_path := $(abspath $(lastword $(MAKEFILE_LIST)))
current_dir := $(abspath $(patsubst %/,%,$(dir $(mkfile_path))))
Expand All @@ -15,7 +15,7 @@ clean-tags:
rm ${current_dir}/docker-image/build.tags || true

# Docker images push
push:
push-from-tags:
cat ./docker-image/build.tags | xargs -I % docker push %

# CI dependencies
Expand Down

0 comments on commit a71f563

Please sign in to comment.