diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 6a1f65d..0ada825 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -89,16 +89,16 @@ jobs: uses: docker/build-push-action@v5.0.0 with: load: true - tags: ghcr.io/opentosca/opentosca-shop-demo:latest,ghcr.io/opentosca/opentosca-shop-demo:${{ github.sha }} + tags: ghcr.io/opentosca/opentosca-vintner-shop-demo:latest,ghcr.io/opentosca/opentosca-vintner-shop-demo:${{ github.sha }} - name: (DOCKER) Push Docker image uses: docker/build-push-action@v5.0.0 with: push: true - tags: ghcr.io/opentosca/opentosca-shop-demo:latest + tags: ghcr.io/opentosca/opentosca-vintner-shop-demo:latest - name: (DOCKER) Save docker image as tar ball - run: docker save ghcr.io/opentosca/opentosca-shop-demo:${{ github.sha }} | gzip > dist/shop.docker.tar.gz + run: docker save ghcr.io/opentosca/opentosca-vintner-shop-demo:${{ github.sha }} | gzip > dist/shop.docker.tar.gz ################################################### diff --git a/README.md b/README.md index 5d5e631..9ff7669 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ -# OpenTOSCA Shop Demo +# OpenTOSCA Vintner Shop Demo > Do not build this on Windows! -[![Release](https://github.com/OpenTOSCA/opentosca-shop-demo/actions/workflows/release.yaml/badge.svg)](https://github.com/OpenTOSCA/opentosca-shop-demo/actions/workflows/release.yaml) +[![Release](https://github.com/OpenTOSCA/opentosca-vintner-shop-demo/actions/workflows/release.yaml/badge.svg)](https://github.com/OpenTOSCA/opentosca-vintner-shop-demo/actions/workflows/release.yaml) [![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![OpenTOSCA](https://img.shields.io/badge/OpenTOSCA-%E2%9D%A4%EF%B8%8F-blue)](https://opentosca.org) -[![docker](https://img.shields.io/badge/docker-ghcr.io-blue)](https://github.com/OpenTOSCA/opentosca-shop-demo/pkgs/container/opentosca-shop-demo) +[![docker](https://img.shields.io/badge/docker-ghcr.io-blue)](https://github.com/OpenTOSCA/opentosca-vintner-shop-demo/pkgs/container/opentosca-vintner-shop-demo) [![BMWK](https://img.shields.io/badge/BMWK-SofDCar%20(19S21002)-blue.svg)](https://sofdcar.de) -OpenTOSCA Shop Demo is a simple Node.js application demonstrating a component connecting to a database. +OpenTOSCA Vintner Shop Demo is a simple Node.js application demonstrating a component connecting to a database. ## Getting Started diff --git a/package.json b/package.json index 0457f10..e5cd6c3 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "opentosca-shop-demo", + "name": "opentosca-vintner-shop-demo", "license": "Apache-2.0", "engines": { "node": ">=18.0.0"