Skip to content

Commit 742fedb

Browse files
committed
fixes
1 parent 096e0f2 commit 742fedb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ jobs:
3838

3939
- name: Build container
4040
run: |
41-
IMAGE_NAME=ghcr.io/${{ github.repository_owner }}/python-airport-test-server
41+
IMAGE_NAME=ghcr.io/query-farm/python-airport-test-server
4242
docker build -t $IMAGE_NAME:latest .
4343
4444
- name: Push Docker image to GHCR
4545
run: |
46-
IMAGE_NAME=ghcr.io/${{ github.repository_owner }}/python-airport-test-server
46+
IMAGE_NAME=ghcr.io/query-farm/python-airport-test-server
4747
docker push $IMAGE_NAME:latest

0 commit comments

Comments
 (0)