Skip to content

Commit af5b81f

Browse files
committed
feat: DockerHub overview
1 parent d6b27d3 commit af5b81f

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/docker.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,5 +110,4 @@ jobs:
110110
with:
111111
username: ${{ github.repository_owner }}
112112
password: ${{ secrets.DOCKERHUB_TOKEN }}
113-
repository: ${{ env.IMAGE }}
114-
readme-filepath: ./README.md
113+
short-description: ${{ github.event.repository.description }}

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "diff-coverage"
3-
version = "0.5.0"
3+
version = "0.6.1"
44
edition = "2021"
55
description = "Diff-coverage, supercharged in Rust. Fast, memory-efficient coverage on changed lines for CI."
66
license = "MIT"

0 commit comments

Comments
 (0)