From 634526c998c47018d69d3376e887fec9cffbb136 Mon Sep 17 00:00:00 2001 From: Suraj Date: Tue, 27 Aug 2024 21:10:11 +0530 Subject: [PATCH] fix: fixed the yaml file of GCR. --- .github/workflows/deploy-Image-to-GCR.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-Image-to-GCR.yml b/.github/workflows/deploy-Image-to-GCR.yml index fb73d39..e4ca8e8 100644 --- a/.github/workflows/deploy-Image-to-GCR.yml +++ b/.github/workflows/deploy-Image-to-GCR.yml @@ -1,4 +1,4 @@ -name: Create and publish a Docker image +name: Build and push a project Image on: push