Skip to content

Commit

Permalink
.github: add missing repo owner in test docker image name
Browse files Browse the repository at this point in the history
Signed-off-by: James Knight <james.d.knight@live.com>
  • Loading branch information
jdknight committed Apr 7, 2024
1 parent 9bf27d0 commit 81f975b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

env:
REGISTRY: ghcr.io
IMAGE_NAME: sphinxcontrib-confluencebuilder-doctest
IMAGE_NAME: ${{ github.repository_owner }}/sphinxcontrib-confluencebuilder-doctest

jobs:
build:
Expand Down

0 comments on commit 81f975b

Please sign in to comment.