diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a9b124c..aab4fb9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -68,7 +68,7 @@ jobs: id: meta uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38 with: - images: ghcr.io/adawesomeguy/awesomescibo + images: ghcr.io/abheekda1/awesomescibo - name: Build and push Docker image uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc diff --git a/package.json b/package.json index 3ab8f9e..3924902 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "typescript": "^4.6.2" }, "name": "awesomescibo", - "version": "4.7.7", + "version": "4.7.8", "scripts": { "build": "tsc", "lint": "eslint ./src --ext .js,.jsx,.ts,.tsx",