Skip to content

Commit 000ae08

Browse files
ci: migrating to clean_git_history Docker image (#185)
1 parent 840cb53 commit 000ae08

File tree

2 files changed

+5
-12
lines changed

2 files changed

+5
-12
lines changed

Makefile

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,12 @@ GID := $(shell id -g)
44

55
.PHONY: check-clean-git-history check-conventional-commits-linting check-rust-formatting check-python-formatting check-yaml-formatting fix-rust-formatting fix-python-formatting fix-yaml-formatting check-rust-linting check-github-actions-workflows-linting compile unit-test static-binary-test end-to-end-test publish-binary publish-crate
66

7+
# renovate: depName=ghcr.io/developerc286/clean_git_history
8+
CLEAN_GIT_HISTORY_VERSION=1.0.4@sha256:5783341a3377a723e409e72b9ec0826a75ba944288d030978355de05ef65b186
9+
710
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)
1013

1114
check-conventional-commits-linting:
1215
docker build -t check-conventional-commits-linting -f ci/check-conventional-commits-linting.Dockerfile .

ci/check-clean-git-history.Dockerfile

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)