Skip to content

Commit

Permalink
rename repo
Browse files Browse the repository at this point in the history
  • Loading branch information
milesstoetzner committed Nov 18, 2024
1 parent de1a9a0 commit 824c332
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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


###################################################
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "opentosca-shop-demo",
"name": "opentosca-vintner-shop-demo",
"license": "Apache-2.0",
"engines": {
"node": ">=18.0.0"
Expand Down

0 comments on commit 824c332

Please sign in to comment.