Skip to content

Commit 9fd6e79

Browse files
committed
Fix IMAGE_NAME environment variable to use repository owner for container build
1 parent 78c46bb commit 9fd6e79

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/container-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ on:
66
pull_request:
77
branches: [ "main" ]
88

9-
env:
9+
env:
1010
REGISTRY: ghcr.io
11-
IMAGE_NAME: ${{ github.repository }}
11+
IMAGE_NAME: ${{ github.repository_owner }}/copilotthatjawn
1212

1313
jobs:
1414
build-and-push:

0 commit comments

Comments
 (0)