From 97ad455c1d8a5a15b2e3f71a5c1a0d9aa56ff4cc Mon Sep 17 00:00:00 2001 From: Fernando Lucchesi Date: Thu, 21 Sep 2023 09:26:50 -0300 Subject: [PATCH] =?UTF-8?q?=E2=9A=97=EF=B8=8F=20Perform=20experiments=20#1?= =?UTF-8?q?770?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ghcr-cleanup_v2.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ghcr-cleanup_v2.yaml b/.github/workflows/ghcr-cleanup_v2.yaml index 0c8ee1fa7..b3998cfc5 100644 --- a/.github/workflows/ghcr-cleanup_v2.yaml +++ b/.github/workflows/ghcr-cleanup_v2.yaml @@ -30,7 +30,11 @@ jobs: npm install js-yaml - name: Run script for 'studio' + run: node ci/storeImageTags.js studio + + - name: Run script for 'web' run: node ci/storeImageTags.js web + - name: Commit and push changes run: | git config --global user.name 'github'