File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2020 test :
2121 name : Unit tests
2222 if : False
23- runs-on : ubuntu-24 .04
23+ runs-on : ubuntu-22 .04
2424 steps :
2525 - uses : actions/checkout@v4
2626 - uses : docker/setup-buildx-action@v3
4141
4242 publish :
4343 if : github.event_name == 'push' || github.event_name == 'release'
44- runs-on : ubuntu-24 .04
44+ runs-on : ubuntu-22 .04
4545
4646 # we want to both push the build to DockerHub, but also
4747 # keep a local copy so that we can run
@@ -131,7 +131,7 @@ jobs:
131131 password : ${{ secrets.GITHUB_TOKEN }}
132132
133133 - name : Build and push
134- uses : docker/build-push-action@v2
134+ uses : docker/build-push-action@v3
135135 id : docker_build
136136 with :
137137 context : .
Original file line number Diff line number Diff line change 33
44setup (
55 name = 'lld_inference' ,
6- version = '2.2.18 ' ,
6+ version = '2.2.19 ' ,
77 description = 'An app to run LLD inference' ,
88 author = 'FNNDSC' ,
99 author_email = '[email protected] ' ,
You can’t perform that action at this time.
0 commit comments