Skip to content

Commit 096e0f2

Browse files
committed
fixes
1 parent f129b8e commit 096e0f2

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,10 @@ jobs:
3838

3939
- name: Build container
4040
run: |
41-
docker build .
41+
IMAGE_NAME=ghcr.io/${{ github.repository_owner }}/python-airport-test-server
42+
docker build -t $IMAGE_NAME:latest .
43+
44+
- name: Push Docker image to GHCR
45+
run: |
46+
IMAGE_NAME=ghcr.io/${{ github.repository_owner }}/python-airport-test-server
47+
docker push $IMAGE_NAME:latest

0 commit comments

Comments
 (0)