Update package.json to wir.social

- Try first DockerHub push on 'wirsocial' for testing.
This commit is contained in:
Wolfgang Huß 2021-05-25 18:33:31 +02:00
parent 56a211dc81
commit cd4ebf6100
2 changed files with 10 additions and 9 deletions

View File

@ -1,10 +1,11 @@
name: ocelot.social publish branded CI
on:
push:
branches:
- master
# on: [push] # for testing while developing
# on:
# push:
# branches:
# - master
# Wolle
on: [push] # for testing while developing
jobs:
##############################################################################

View File

@ -1,14 +1,14 @@
{
"name": "ocelot-social-branded",
"name": "wir.social",
"version": "1.0.3",
"ocelotDockerVersionTag": "1.0.3-82",
"dockerOrganisation": "ocelotsocialnetwork",
"description": "ocelot.social Branded",
"dockerOrganisation": "wirsocial",
"description": "wir.social ocelot.social Network",
"author": "ocelot.social Community",
"license": "MIT",
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/Ocelot-Social-Community/Ocelot-Social-Deploy-Rebranding.git"
"url": "https://github.com/wir-social/wir-social.git"
}
}