File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed
Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 77 branches :
88 - master
99 tags :
10- - ' ** '
10+ - " ** "
1111 workflow_dispatch : {}
1212
1313env :
@@ -212,7 +212,7 @@ jobs:
212212 parent : false
213213 process_gcloudignore : false
214214
215- deploy-mysql :
215+ deploy-mysql-dockerhub :
216216 runs-on : ubuntu-latest
217217 needs : mysql-e2e-tests
218218 if : |
Original file line number Diff line number Diff line change 77 branches :
88 - master
99 tags :
10- - ' ** '
10+ - " ** "
1111 workflow_dispatch : {}
1212
1313env :
@@ -218,7 +218,7 @@ jobs:
218218 parent : false
219219 process_gcloudignore : false
220220
221- deploy-postgres :
221+ deploy-postgres-dockerhub :
222222 runs-on : ubuntu-latest
223223 needs : postgres-e2e-tests
224224 if : |
@@ -264,4 +264,3 @@ jobs:
264264 docker tag app:build ${{ steps.docker-tag.outputs.full_tag }}
265265 docker images
266266 docker push ${{ steps.docker-tag.outputs.full_tag }}
267-
Original file line number Diff line number Diff line change @@ -225,7 +225,7 @@ jobs:
225225 parent : false
226226 process_gcloudignore : false
227227
228- deploy-spanner :
228+ deploy-spanner-dockerhub :
229229 runs-on : ubuntu-latest
230230 needs : spanner-e2e-tests
231231 if : |
You can’t perform that action at this time.
0 commit comments