Skip to content

Commit 5ab6684

Browse files
committed
Correct docker hub image name
1 parent e433bb6 commit 5ab6684

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ env:
99
# Use docker.io for Docker Hub if empty
1010
REGISTRY: ghcr.io
1111
IMAGE_NAME: ${{ github.repository }}
12+
QT_VERSION: "6.5"
1213

1314
jobs:
1415

@@ -136,6 +137,6 @@ jobs:
136137
large-packages: false
137138
swap-storage: true
138139
- name: Build image
139-
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 .
140141
- name: "Push image"
141142
run: docker push aymara/qhttpserver-manylinux2.28-qt${QT_VERSION}:latest

0 commit comments

Comments
 (0)