From 5366201bf8dbf1f62fb3b4c0a0b43dbae1b957a6 Mon Sep 17 00:00:00 2001 From: Simon Li Date: Thu, 6 Aug 2026 12:00:21 +0000 Subject: [PATCH] Update FIVE_SAFES_PROFILE_VERSION to 0.8.0 --- .github/workflows/build-with-profiles.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-with-profiles.yml b/.github/workflows/build-with-profiles.yml index e56aad8..41de793 100644 --- a/.github/workflows/build-with-profiles.yml +++ b/.github/workflows/build-with-profiles.yml @@ -43,8 +43,8 @@ jobs: # Add the five-safes profile (via EXTRA_PROFILES_PATH) and warm its # cache, using the shared Dockerfile's build args. build-args: | - FIVE_SAFES_PROFILE_VERSION=five-safes-0.7.4-beta - PROFILES_ARCHIVE_URL=https://github.com/eScienceLab/rocrate-validator/archive/refs/tags/five-safes-0.7.4-beta.tar.gz + FIVE_SAFES_PROFILE_VERSION=five-safes-0.8.0 + PROFILES_ARCHIVE_URL=https://github.com/eScienceLab/rocrate-validator/archive/refs/tags/five-safes-0.8.0.tar.gz EXTRA_PROFILES_PATH=/app/extra-profiles tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}