Skip to content

Commit ec85902

Browse files
committed
fixes
1 parent b6ada12 commit ec85902

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ jobs:
3939
- name: Lint & Format (Ruff)
4040
run: rye run ruff check .
4141

42+
- name: Log in to GHCR
43+
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u "${{ github.actor }}" --password-stdin
44+
4245
- name: Build container
4346
run: |
4447
IMAGE_NAME=ghcr.io/query-farm/python-airport-test-server

0 commit comments

Comments
 (0)