diff --git a/.github/workflows/build-env.yml b/.github/workflows/build-env.yml index 24330f3a..c48e1992 100644 --- a/.github/workflows/build-env.yml +++ b/.github/workflows/build-env.yml @@ -15,8 +15,6 @@ jobs: build-spack-pyprecice-deps: name: Builds the baseimage for spack providing dependencies runs-on: ubuntu-latest - env: - TAG: ${{ inputs.tag }} steps: - name: Checkout Repository uses: actions/checkout@v2 @@ -33,4 +31,4 @@ jobs: push: true context: . file: spack/ci-spack-pyprecice-deps-2404.dockerfile - tags: "precice/ci-spack-pyprecice-deps-2404:$TAG" + tags: precice/ci-spack-pyprecice-deps-2404:${{ inputs.tag }} diff --git a/.github/workflows/build-spack.yml b/.github/workflows/build-spack.yml index 8ff0b6cb..c3b74589 100644 --- a/.github/workflows/build-spack.yml +++ b/.github/workflows/build-spack.yml @@ -32,4 +32,4 @@ jobs: spack add pyprecice.test.py-pyprecice@develop && spack develop pyprecice.test.py-pyprecice@develop spack install && spack find spack load py-pyprecice - BINDINGS_VERSION=$(python3 -c "import precice; print(precice.__version__)") && echo "Installed version of bindings is ${BINDINGS_VERSION}" \ No newline at end of file + BINDINGS_VERSION=$(python3 -c "import precice; print(precice.__version__)") && echo "Installed version of bindings is ${BINDINGS_VERSION}"