Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
sudo apt-get install -y apptainer
apptainer --version
- name: Setup JDK + Scala CLI
uses: VirtusLab/scala-cli-setup@v1
uses: VirtusLab/scala-cli-setup@v1.15.0
with: { jvm: 'temurin:21' }
- name: Build image
run: |
Expand Down Expand Up @@ -164,7 +164,7 @@ jobs:
if [ "${{ github.ref_type }}" = "tag" ]; then echo "tag=${{ github.ref_name }}" >> "$GITHUB_OUTPUT";
else echo "tag=${{ inputs.version }}" >> "$GITHUB_OUTPUT"; fi
- name: Setup JDK + Scala CLI
uses: VirtusLab/scala-cli-setup@v1
uses: VirtusLab/scala-cli-setup@v1.15.0
with: { jvm: 'temurin:21' }
# Rename the built sifs to immutable, content-addressed asset names and (re)generate the
# lockfile mapping each image+arch to its sha256 + asset. Seeded from the prior lockfile on
Expand Down