Skip to content

Commit

Permalink
updated build version
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandip117 committed Oct 3, 2024
1 parent 2d3649e commit c48a2df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
test:
name: Unit tests
if: False
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: docker/setup-buildx-action@v3
Expand All @@ -41,7 +41,7 @@ jobs:
publish:
if: github.event_name == 'push' || github.event_name == 'release'
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04

# we want to both push the build to DockerHub, but also
# keep a local copy so that we can run
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push
uses: docker/build-push-action@v2
uses: docker/build-push-action@v3
id: docker_build
with:
context: .
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name = 'lld_inference',
version = '2.2.18',
version = '2.2.19',
description = 'An app to run LLD inference',
author = 'FNNDSC',
author_email = '[email protected]',
Expand Down

0 comments on commit c48a2df

Please sign in to comment.