File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -113,6 +113,13 @@ jobs:
113
113
name : " Build the package for Manylinux 2.28"
114
114
runs-on : ubuntu-latest
115
115
steps :
116
+ -
117
+ name : Login to Docker Hub
118
+ uses : docker/login-action@v2
119
+ with :
120
+ username : ${{ secrets.AYMARA_DOCKERHUB_USERNAME }}
121
+ password : ${{ secrets.AYMARA_DOCKERHUB_TOKEN }}
122
+
116
123
- name : Checkout code
117
124
uses : actions/checkout@v3
118
125
- name : Free Disk Space (Ubuntu)
@@ -130,12 +137,5 @@ jobs:
130
137
swap-storage : true
131
138
- name : Build image
132
139
run : docker build -f ./Dockerfile-manylinux2.28 -t aymara/qhttpserver-manylinux2.28-qt${QT_VERSION}:latest .
133
- -
134
- name : Login to Docker Hub
135
- uses : docker/login-action@v2
136
- with :
137
- username : ${{ secrets.AYMARA_DOCKERHUB_USERNAME }}
138
- password : ${{ secrets.AYMARA_DOCKERHUB_TOKEN }}
139
-
140
140
- name : " Push image"
141
141
run : docker push aymara/qhttpserver-manylinux2.28-qt${QT_VERSION}:latest
You can’t perform that action at this time.
0 commit comments