We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 096e0f2 commit 742fedbCopy full SHA for 742fedb
.github/workflows/ci.yml
@@ -38,10 +38,10 @@ jobs:
38
39
- name: Build container
40
run: |
41
- IMAGE_NAME=ghcr.io/${{ github.repository_owner }}/python-airport-test-server
+ IMAGE_NAME=ghcr.io/query-farm/python-airport-test-server
42
docker build -t $IMAGE_NAME:latest .
43
44
- name: Push Docker image to GHCR
45
46
47
docker push $IMAGE_NAME:latest
0 commit comments