Skip to content

Commit 675c77b

Browse files
committed
fix(docker): update hardcoded registry paths to use correct owner
1 parent cc59eeb commit 675c77b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ jobs:
3030
context: ./backend
3131
push: true
3232
tags: |
33-
ghcr.io/wheval/stellar_payment_api:latest
34-
ghcr.io/wheval/stellar_payment_api:${{ github.sha }}
33+
ghcr.io/emdevelopa/stellar_payment_api:latest
34+
ghcr.io/emdevelopa/stellar_payment_api:${{ github.sha }}

backend/docker-compose.prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3.8'
22

33
services:
44
app:
5-
image: ghcr.io/wheval/stellar_payment_api:latest
5+
image: ghcr.io/emdevelopa/stellar_payment_api:latest
66
container_name: stellar_payment_api
77
ports:
88
- "4000:4000"

0 commit comments

Comments
 (0)