From 43c221e61f131534d050525ed805ef0762eac33b Mon Sep 17 00:00:00 2001 From: Brian DeHamer Date: Thu, 5 Sep 2024 16:25:38 -0700 Subject: [PATCH] add stamp tag to prober (#227) Signed-off-by: Brian DeHamer --- .github/workflows/prober.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/prober.yml b/.github/workflows/prober.yml index 455ff51..f2cfa4f 100644 --- a/.github/workflows/prober.yml +++ b/.github/workflows/prober.yml @@ -58,7 +58,7 @@ jobs: tags: - "catalog_service:${{ secrets.CATALOG_SERVICE }}" - "service:${{ secrets.CATALOG_SERVICE }}" - - "deployed_to:production" + - "stamp:${{ secrets.STAMP }}" - "env:production" - "repo:${{ github.repository }}" - "team:${{ secrets.TEAM }}" @@ -77,7 +77,7 @@ jobs: tags: - "catalog_service:${{ secrets.CATALOG_SERVICE }}" - "service:${{ secrets.CATALOG_SERVICE }}" - - "deployed_to:production" + - "stamp:${{ secrets.STAMP }}" - "env:production" - "repo:${{ github.repository }}" - "team:${{ secrets.TEAM }}"