Skip to content

Commit

Permalink
chore(ci): modify qa target to list only outdated docker image tags
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtwnklr committed Feb 26, 2023
1 parent 9c3d5e2 commit c2db27f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions makefiles/dev-env.mk
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ qa-check-all-files: dev-install-virtualenv
qa-check-all-files: ## Execute all checks on all files
pipenv run pre-commit run --all-files

.PHONY: qa-docker-image-tags
qa-docker-image-tags: dev-install-virtualenv
qa-docker-image-tags: ## Show all up-to-date and outdated docker image tags
pipenv run doup --dry-run --show-all .
.PHONY: qa-list-outdated-docker-image-tags
qa-list-outdated-docker-image-tags: dev-install-virtualenv
qa-list-outdated-docker-image-tags: ## List all outdated docker image tags
pipenv run doup --dry-run .

0 comments on commit c2db27f

Please sign in to comment.