Skip to content

Commit 00ed2d5

Browse files
authored
Merge pull request #3 from snkrdunk/replace_repository_name
replace repository name
2 parents 05240e1 + fa0e49b commit 00ed2d5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/tagpr.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -171,13 +171,13 @@ jobs:
171171
platforms: linux/amd64,linux/arm64
172172
push: true
173173
tags: |
174-
ghcr.io/snkrdunk/octocov:${{ steps.latest_version.outputs.version }}
175-
ghcr.io/snkrdunk/octocov:latest
174+
ghcr.io/${{ github.repository }}:${{ steps.latest_version.outputs.version }}
175+
ghcr.io/${{ github.repository }}:latest
176176
labels: |
177177
org.opencontainers.image.name=octocov
178178
org.opencontainers.image.revision=${{ github.sha }}
179179
org.opencontainers.image.version=${{ steps.latest_version.outputs.version }}
180-
org.opencontainers.image.source=https://github.com/snkrdunk/octocov
180+
org.opencontainers.image.source=https://github.com/${{ github.repository }}
181181
182182
release:
183183
needs: [tagpr, darwin-assets, linux-assets, windows-assets, dockerimage]

testdata/octocov_parallel_tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
repository: snkrdunk/octocov/parallel
1+
repository: ${GITHUB_REPOSITORY}/parallel
22
coverage:
33
acceptable: current >= 40%
44
paths:

0 commit comments

Comments
 (0)