Change repo name

This commit is contained in:
Piotr Rogowski 2022-11-15 20:31:14 +01:00
parent d96c4d9cb3
commit 2fab30417a
No known key found for this signature in database
GPG Key ID: 4A842D702D9C6F8F
4 changed files with 6 additions and 6 deletions

View File

@ -26,4 +26,4 @@ jobs:
uses: docker/build-push-action@v3 uses: docker/build-push-action@v3
with: with:
push: true push: true
tags: karniv001/hyper-tuner-cloud-backend tags: karniv001/hypertuner-cloud-backend

View File

@ -33,4 +33,4 @@ jobs:
uses: docker/build-push-action@v3 uses: docker/build-push-action@v3
with: with:
push: true push: true
tags: karniv001/hyper-tuner-cloud-backend:${{ steps.tagName.outputs.tag }} tags: karniv001/hypertuner-cloud-backend:${{ steps.tagName.outputs.tag }}

View File

@ -11,7 +11,7 @@
<br/> <br/>
This is the backend for the [HyperTuner Cloud](https://github.com/hyper-tuner/hyper-tuner-cloud). It is based on a great [PocketBase](https://pocketbase.io) backend. This is the backend for the [HyperTuner Cloud](https://github.com/hyper-tuner/hypertuner-cloud). It's based on [PocketBase](https://pocketbase.io).
## This repository ## This repository
@ -35,10 +35,10 @@ Now you can access the admin UI at: [https://your-instance.com/_/](https://your-
### Docker image ### Docker image
https://hub.docker.com/r/karniv001/hyper-tuner-cloud-backend https://hub.docker.com/r/karniv001/hypertuner-cloud-backend
```bash ```bash
docker pull karniv001/hyper-tuner-cloud-backend:1.1.2 docker pull karniv001/hypertuner-cloud-backend:1.1.2
``` ```
## Upgrading ## Upgrading

View File

@ -2,7 +2,7 @@ version: '3.1'
services: services:
cloud-backend: cloud-backend:
image: karniv001/hyper-tuner-cloud-backend:latest image: karniv001/hypertuner-cloud-backend:latest
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- ./pb_data:/pb_data - ./pb_data:/pb_data