diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0c676ab..e21660d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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 @@ -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: . diff --git a/setup.py b/setup.py index f3c3ed8..90075b5 100755 --- a/setup.py +++ b/setup.py @@ -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 = 'dev@babyMRI.org',