Skip to content

Commit

Permalink
chore: Bump version for release (#2)
Browse files Browse the repository at this point in the history
* chore: Bump version for release

* Update build.yml
  • Loading branch information
cbaker6 authored Sep 24, 2023
1 parent e062379 commit 0b1fd9c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
singularity:
runs-on: ubuntu-latest
container:
image: quay.io/singularity/singularity:v3.10.4
image: quay.io/singularity/singularity:v3.11.5
strategy:
fail-fast: false
matrix:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: [ main ]

env:
LATEST: '2.33.0'
LATEST: '2.39.0'
REGISTRY: docker.io
IMAGE_NAME: ${{ github.repository }}

Expand All @@ -19,7 +19,7 @@ jobs:
singularity:
runs-on: ubuntu-latest
container:
image: quay.io/singularity/singularity:v3.10.4
image: quay.io/singularity/singularity:v3.11.5
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 0b1fd9c

Please sign in to comment.