Skip to content

Commit

Permalink
Comment out ghcr, different accoubt name from dicker hub.
Browse files Browse the repository at this point in the history
  • Loading branch information
jum committed May 11, 2024
1 parent e56b49b commit 20b0de2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,6 @@ ARCH=$(1)
$(eval TAG_ARCH=$(shell echo ${ARCH} | sed 's~/~-~g'))

docker plugin push ${PLUGIN_NAME}:${TAG_ARCH}-${PLUGIN_TAG}
docker plugin push ghcr.io/${PLUGIN_NAME}:${TAG_ARCH}-${PLUGIN_TAG}
#docker plugin push ghcr.io/${PLUGIN_NAME}:${TAG_ARCH}-${PLUGIN_TAG}

endef

0 comments on commit 20b0de2

Please sign in to comment.