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 f129b8e commit 096e0f2Copy full SHA for 096e0f2
.github/workflows/ci.yml
@@ -38,4 +38,10 @@ jobs:
38
39
- name: Build container
40
run: |
41
- docker build .
+ 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
47
+ docker push $IMAGE_NAME:latest
0 commit comments