From cd4ebf6100dc8957bfaf2740e52a76eaf78abed3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Tue, 25 May 2021 18:33:31 +0200 Subject: [PATCH] Update package.json to wir.social - Try first DockerHub push on 'wirsocial' for testing. --- .github/workflows/publish.yml | 11 ++++++----- package.json | 8 ++++---- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 6c455c7..dcf1eb3 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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: ############################################################################## diff --git a/package.json b/package.json index 1ad10ae..aa51e1f 100644 --- a/package.json +++ b/package.json @@ -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" } }