diff --git a/.github/workflows/mirror.yaml b/.github/workflows/mirror.yaml index 187069e5..9042a4ff 100644 --- a/.github/workflows/mirror.yaml +++ b/.github/workflows/mirror.yaml @@ -23,6 +23,7 @@ jobs: with: fetch-depth: 0 - name: Push to EICweb + if: ${{ github.event_name == 'push' }} uses: eic/gitlab-sync@master with: url: https://eicweb.phy.anl.gov/containers/eic_container.git/ diff --git a/containers/debian/Dockerfile b/containers/debian/Dockerfile index 196453b0..8ed52893 100644 --- a/containers/debian/Dockerfile +++ b/containers/debian/Dockerfile @@ -195,8 +195,8 @@ ARG SPACKPACKAGES_CHERRYPICKS_FILES="" ADD https://api.github.com/repos/${SPACKPACKAGES_ORGREPO}/commits/${SPACKPACKAGES_VERSION} /tmp/spack-packages.json RUN <