Skip to content

Commit 988f4fd

Browse files
committed
fix: use lowercase repo name in tags
1 parent b156040 commit 988f4fd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ on:
88
env:
99
REGISTRY: ghcr.io
1010
GH_USER: achernar-eridani
11-
IMAGE_FRONTEND: ${{ github.repository_owner }}/blog-frontend
12-
IMAGE_BACKEND: ${{ github.repository_owner }}/blog-backend
11+
IMAGE_FRONTEND: ${{ github.GH_USER }}/blog-frontend
12+
IMAGE_BACKEND: ${{ github.GH_USER }}/blog-backend
1313
TAG: ${{ github.sha }}
1414

1515
jobs:

0 commit comments

Comments
 (0)