File tree Expand file tree Collapse file tree 2 files changed +5
-12
lines changed Expand file tree Collapse file tree 2 files changed +5
-12
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,12 @@ GID := $(shell id -g)
4
4
5
5
.PHONY : check-clean-git-history check-conventional-commits-linting check-shell-formatting check-yaml-formatting fix-shell-formatting fix-yaml-formatting check-github-actions-workflows-linting compile unit-test payload
6
6
7
+ # renovate: depName=ghcr.io/developerc286/clean_git_history
8
+ CLEAN_GIT_HISTORY_VERSION =1.0.4@sha256:5783341a3377a723e409e72b9ec0826a75ba944288d030978355de05ef65b186
9
+
7
10
check-clean-git-history :
8
- docker build -t check-clean-git-history -f ci/check-clean-git-history.Dockerfile .
9
- docker run --rm -v $(PWD ) :/workspace -u $(UID ) :$(GID ) check-clean-git-history $(FROM )
11
+ docker pull ghcr.io/developerc286/clean_git_history: $( CLEAN_GIT_HISTORY_VERSION )
12
+ docker run --rm -v $(PWD ) :/workspace -u $(UID ) :$(GID ) ghcr.io/developerc286/clean_git_history: $( CLEAN_GIT_HISTORY_VERSION ) $(FROM )
10
13
11
14
check-conventional-commits-linting :
12
15
docker build -t check-conventional-commits-linting -f ci/check-conventional-commits-linting.Dockerfile .
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments