diff --git a/.github/workflows/verify-opensource-release-7days.yml b/.github/workflows/verify-opensource-release-7days.yml index 1ffe668636a2..9046fd48c772 100644 --- a/.github/workflows/verify-opensource-release-7days.yml +++ b/.github/workflows/verify-opensource-release-7days.yml @@ -20,7 +20,7 @@ on: - cron: '0 0 * * *' jobs: - publish-cli-release: + error-if-current-release-too-old: runs-on: ubuntu-latest steps: - name: error-if-current-release-too-old @@ -41,6 +41,9 @@ jobs: exit 1 fi + error-if-docker-image-too-old: + runs-on: ubuntu-latest + steps: - name: error-if-docker-image-too-old run: | now_epoch=`date "+%s"`