File tree 3 files changed +3
-18
lines changed 3 files changed +3
-18
lines changed Original file line number Diff line number Diff line change 4
4
push :
5
5
branches :
6
6
main
7
- release/*
8
- tags :
9
- # NOTE: Binary build pipelines should only get triggered on release candidate or nightly builds
10
- # Release candidate tags look like: v1.11.0-rc1
11
- - v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+
12
7
paths :
13
8
- conda/Dockerfile
14
9
- ' common/*'
24
19
DOCKER_BUILDKIT : 1
25
20
DOCKER_ID : ${{ secrets.DOCKER_ID }}
26
21
DOCKER_TOKEN : ${{ secrets.DOCKER_TOKEN }}
27
- WITH_PUSH : ${{ github.event_name == 'push' && ( github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/release')) }}
22
+ WITH_PUSH : ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
28
23
29
24
jobs :
30
25
build-docker :
Original file line number Diff line number Diff line change 4
4
push :
5
5
branches :
6
6
main
7
- release/*
8
- tags :
9
- # NOTE: Binary build pipelines should only get triggered on release candidate or nightly builds
10
- # Release candidate tags look like: v1.11.0-rc1
11
- - v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+
12
7
paths :
13
8
- .github/workflows/build-libtorch-images.yml
14
9
- libtorch/Dockerfile
26
21
DOCKER_BUILDKIT : 1
27
22
DOCKER_ID : ${{ secrets.DOCKER_ID }}
28
23
DOCKER_TOKEN : ${{ secrets.DOCKER_TOKEN }}
29
- WITH_PUSH : ${{ github.event_name == 'push' && ( github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/release')) }}
24
+ WITH_PUSH : ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
30
25
31
26
jobs :
32
27
build-docker-cuda :
Original file line number Diff line number Diff line change 4
4
push :
5
5
branches :
6
6
main
7
- release/*
8
- tags :
9
- # NOTE: Binary build pipelines should only get triggered on release candidate or nightly builds
10
- # Release candidate tags look like: v1.11.0-rc1
11
- - v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+
12
7
paths :
13
8
- .github/workflows/build-manywheel-images.yml
14
9
- manywheel/Dockerfile
28
23
DOCKER_BUILDKIT : 1
29
24
DOCKER_ID : ${{ secrets.DOCKER_ID }}
30
25
DOCKER_TOKEN : ${{ secrets.DOCKER_TOKEN }}
31
- WITH_PUSH : ${{ github.event_name == 'push' && ( github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/release')) }}
26
+ WITH_PUSH : ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
32
27
33
28
jobs :
34
29
build-docker-cuda :
You can’t perform that action at this time.
0 commit comments