Skip to content

Commit

Permalink
fix repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
avafloww committed Oct 12, 2023
1 parent 05b171a commit bb77a0f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-admincli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ jobs:
context: .
file: ./Thaliak.AdminCli/Dockerfile
push: true
tags: ghcr.io/CrystallineTools/thaliak-admin-cli:latest
tags: ghcr.io/crystallinetools/thaliak-admin-cli:latest

2 changes: 1 addition & 1 deletion .github/workflows/build-poller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
context: .
file: ./Thaliak.Service.Poller/Dockerfile
push: true
tags: ghcr.io/CrystallineTools/thaliak-poller:latest
tags: ghcr.io/crystallinetools/thaliak-poller:latest
- name: Deploy to production server
uses: appleboy/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
context: .
file: ./Thaliak.Web/Dockerfile
push: true
tags: ghcr.io/CrystallineTools/thaliak-web:latest
tags: ghcr.io/crystallinetools/thaliak-web:latest
- name: Deploy to production server
uses: appleboy/[email protected]
with:
Expand Down

0 comments on commit bb77a0f

Please sign in to comment.