We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 981092c commit a5d3656Copy full SHA for a5d3656
1 file changed
.github/workflows/docker.yml
@@ -15,8 +15,8 @@ jobs:
15
contents: read
16
packages: write
17
env:
18
- IMAGE: ${{ github.repository_owner }}/diff-coverage-internal
19
- GHCR_IMAGE: ghcr.io/${{ github.repository_owner }}/diff-coverage-internal
+ IMAGE: ${{ github.repository_owner }}/diff-coverage
+ GHCR_IMAGE: ghcr.io/${{ github.repository_owner }}/diff-coverage
20
strategy:
21
matrix:
22
include:
0 commit comments