diff --git a/.github/workflows/ci_fast.yaml b/.github/workflows/ci_fast.yaml index bc793d89e..0b03655c0 100644 --- a/.github/workflows/ci_fast.yaml +++ b/.github/workflows/ci_fast.yaml @@ -37,6 +37,7 @@ jobs: path: ./public - name: Login to GitHub Container Registry + if: (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev' || github.ref == 'refs/heads/release') && github.event_name == 'push' uses: docker/login-action@v1 with: registry: ghcr.io @@ -44,6 +45,7 @@ jobs: password: ${{ secrets.CMU_DELPHI_DEPLOY_MACHINE_PAT }} - name: Build, tag, and push image to Github + if: (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev' || github.ref == 'refs/heads/release') && github.event_name == 'push' env: DEVOPS_DOCKER_FILE: ./devops/precompiled.dockerfile run: | diff --git a/package-lock.json b/package-lock.json index 99650b431..681096740 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "www-main", - "version": "1.12.6", + "version": "1.12.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0dbbbb648..6f6ff5edb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "www-main", - "version": "1.12.6", + "version": "1.12.7", "private": true, "dependencies": { "@fortawesome/fontawesome-free": "^5.15.1", diff --git a/themes/delphi/layouts/_default/covidcast_app.html b/themes/delphi/layouts/_default/covidcast_app.html index 1f11dcda3..d81b7fc26 100644 --- a/themes/delphi/layouts/_default/covidcast_app.html +++ b/themes/delphi/layouts/_default/covidcast_app.html @@ -9,6 +9,13 @@ {{ define "body_class" }}covidcast_wrapper{{ end }} {{ define "main" }} {{ partial "covidcast/modes.html" . }} +
+ Due to an issue with our backend, no data newer than February 1st is being added to the system. + We expect to resume daily updates or provide a new estimate by February 15th. +
+