Skip to content

Commit

Permalink
Correct image tabs filename in push-from-tags
Browse files Browse the repository at this point in the history
  • Loading branch information
WyriHaximus committed Aug 15, 2020
1 parent a71f563 commit 88a2c80
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 88a2c80

Please sign in to comment.