Skip to content

Commit 29f1c1c

Browse files
authored
Rename "private" insiders version of this action (#8)
When we move all our images off of DockerHub, we have a problem. The public version of this action on DockerHub and the private version on GHCR have the same name and will conflict. This commit changes the name of the private version that includes the insiders version of the mkdocs material theme to include "-insiders" at the end to distinguish between them. Once the new package has latest and release tags available, I'll delete the current package so the name can be reused for the public version and we can start transitioning it from DockerHub to GitHub Container Registry.
1 parent 6b25cc7 commit 29f1c1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ifdef config
77
endif
88

99
ifeq ($(config),private)
10-
IMAGE := ghcr.io/ponylang/library-documentation-action-v2
10+
IMAGE := ghcr.io/ponylang/library-documentation-action-v2-insiders
1111
PACKAGE = "git+https://${MATERIAL_INSIDERS_ACCESS}@github.com/squidfunk/mkdocs-material-insiders.git"
1212
else
1313
IMAGE = ponylang/library-documentation-action-v2

0 commit comments

Comments
 (0)