File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ permissions:
2929jobs :
3030 build-and-push :
3131 runs-on : ubuntu-latest
32+ timeout-minutes : 15
3233 permissions :
3334 contents : write
3435 packages : write
7071 id : push
7172 uses : docker/build-push-action@v7
7273 with :
73- context : .
74+ context : ./dxspider-proxy
7475 push : ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository }}
7576 tags : ${{ steps.meta.outputs.tags }}
7677 labels : ${{ steps.meta.outputs.labels }}
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ permissions:
2929jobs :
3030 build-and-push :
3131 runs-on : ubuntu-latest
32+ timeout-minutes : 30
3233 permissions :
3334 contents : write
3435 packages : write
7071 id : push
7172 uses : docker/build-push-action@v7
7273 with :
73- context : .
74+ context : ./iturhfprop-service
7475 push : ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository }}
7576 tags : ${{ steps.meta.outputs.tags }}
7677 labels : ${{ steps.meta.outputs.labels }}
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ permissions:
2929jobs :
3030 build-and-push :
3131 runs-on : ubuntu-latest
32+ timeout-minutes : 30
3233 permissions :
3334 contents : write
3435 packages : write
You can’t perform that action at this time.
0 commit comments