Skip to content

Commit

Permalink
Change repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
karniv00l committed Nov 15, 2022
1 parent d96c4d9 commit 2fab304
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
uses: docker/build-push-action@v3
with:
push: true
tags: karniv001/hyper-tuner-cloud-backend
tags: karniv001/hypertuner-cloud-backend
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
uses: docker/build-push-action@v3
with:
push: true
tags: karniv001/hyper-tuner-cloud-backend:${{ steps.tagName.outputs.tag }}
tags: karniv001/hypertuner-cloud-backend:${{ steps.tagName.outputs.tag }}
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<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

Expand All @@ -35,10 +35,10 @@ Now you can access the admin UI at: [https://your-instance.com/_/](https://your-

### Docker image

https://hub.docker.com/r/karniv001/hyper-tuner-cloud-backend
https://hub.docker.com/r/karniv001/hypertuner-cloud-backend

```bash
docker pull karniv001/hyper-tuner-cloud-backend:1.1.2
docker pull karniv001/hypertuner-cloud-backend:1.1.2
```

## Upgrading
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.1'

services:
cloud-backend:
image: karniv001/hyper-tuner-cloud-backend:latest
image: karniv001/hypertuner-cloud-backend:latest
restart: unless-stopped
volumes:
- ./pb_data:/pb_data
Expand Down

0 comments on commit 2fab304

Please sign in to comment.