Skip to content

Commit ec81e72

Browse files
chg: optimized publish script.
1 parent 8bc85f6 commit ec81e72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ case "$1" in
3131
docker tag ${IMAGE_NAME}:${VERSION} docker.pkg.github.com/weblyzard/inscriptis/${IMAGE_NAME}:${VERSION}
3232

3333
# Step 3: Publish
34-
#docker push docker.pkg.github.com/weblyzard/inscriptis/${IMAGE_NAME}:${VERSION}
34+
docker push docker.pkg.github.com/weblyzard/inscriptis/${IMAGE_NAME}:${VERSION}
3535
;;
3636
esac

0 commit comments

Comments
 (0)