We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e433bb6 commit 5ab6684Copy full SHA for 5ab6684
.github/workflows/main.yml
@@ -9,6 +9,7 @@ env:
9
# Use docker.io for Docker Hub if empty
10
REGISTRY: ghcr.io
11
IMAGE_NAME: ${{ github.repository }}
12
+ QT_VERSION: "6.5"
13
14
jobs:
15
@@ -136,6 +137,6 @@ jobs:
136
137
large-packages: false
138
swap-storage: true
139
- name: Build image
- run: docker build -f ./Dockerfile-manylinux2.28 -t aymara/qhttpserver-manylinux2.28-qt${QT_VERSION}:latest .
140
+ run: docker build -f ./Dockerfile-manylinux2.28 -t aymara/qhttpserver-manylinux2.28-qt${QT_VERSION}:latest .
141
- name: "Push image"
142
run: docker push aymara/qhttpserver-manylinux2.28-qt${QT_VERSION}:latest
0 commit comments