Skip to content

Commit

Permalink
Merge pull request #86 from WyriHaximusNet/ugh-fix-pushing
Browse files Browse the repository at this point in the history
Correct image tabs filename in push-from-tags
  • Loading branch information
WyriHaximus authored Aug 15, 2020
2 parents a71f563 + 88a2c80 commit 26e0f58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ clean-tags:

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

# CI dependencies
ci-docker-login:
Expand Down

0 comments on commit 26e0f58

Please sign in to comment.