diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 1a454c9..454fa49 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -74,8 +74,10 @@ jobs: git_tag_gpgsign: true - name: Push Tag + env: + TAG: ${{ steps.tag.outputs.name }} run: | - git tag ${{ steps.tag.outputs.name }} + git tag ${{ env.TAG }} -m "Deployment of ${{ inputs.model }} ${{ env.TAG }} via build-cd 'cd.yml' workflow" git push --tags deploy-release: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6e3a731..740ec91 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -227,11 +227,11 @@ jobs: This Prerelease is accessible on Gadi using: ```bash - module use /g/data/vk83/prerelease/modules/access-models/ + module use /g/data/vk83/prerelease/modules module load ${{ needs.defaults.outputs.root-sbd }}/${{ needs.version.outputs.prerelease }} ``` where the binaries shall be on your `$PATH`. - This Prerelease is also accessible on Gadi via `/g/data/vk83/prerelease/apps/spack/0.21/spack` in the `${{ needs.defaults.outputs.root-sbd }}-${{ needs.version.outputs.prerelease }}` environment. + This Prerelease is also accessible on Gadi via `/g/data/vk83/prerelease/apps/spack/0.22/spack` in the `${{ needs.defaults.outputs.root-sbd }}-${{ needs.version.outputs.prerelease }}` environment. :hammer_and_wrench: Using: spack-packages `${{ needs.check-config.outputs.spack-packages-version}}`, spack-config `${{ needs.check-config.outputs.spack-config-version }}`