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 }}