Skip to content

Commit c48a2df

Browse files
committed
updated build version
1 parent 2d3649e commit c48a2df

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
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
@@ -41,7 +41,7 @@ jobs:
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: .

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
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]',

0 commit comments

Comments
 (0)