From e76200400d0f31ea74e40bcb1528e95e5b6c9202 Mon Sep 17 00:00:00 2001 From: Say Cheong Date: Thu, 30 May 2024 13:22:16 +0900 Subject: [PATCH] Updated docker image push workflow --- .github/workflows/push_docker_image.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/push_docker_image.yml b/.github/workflows/push_docker_image.yml index d603c9d2b..e4606b81d 100644 --- a/.github/workflows/push_docker_image.yml +++ b/.github/workflows/push_docker_image.yml @@ -13,6 +13,7 @@ on: - release/* # This branch is for testing only. Use until the next(v200080) release. - test/action-evaluation-publisher-elapse-metric + - test/cached-migration tags: - "*" workflow_dispatch: