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 b6ada12 commit ec85902Copy full SHA for ec85902
.github/workflows/ci.yml
@@ -39,6 +39,9 @@ jobs:
39
- name: Lint & Format (Ruff)
40
run: rye run ruff check .
41
42
+ - name: Log in to GHCR
43
+ run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u "${{ github.actor }}" --password-stdin
44
+
45
- name: Build container
46
run: |
47
IMAGE_NAME=ghcr.io/query-farm/python-airport-test-server
0 commit comments