From d942b9f7655defc3b7b0043b21388cd300d5cbf5 Mon Sep 17 00:00:00 2001 From: andrew Date: Sun, 10 Mar 2024 00:56:20 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20check=20workflow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f0f4cdcbd..af0a7f355 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -12,9 +12,9 @@ on: tags: - v* pull_request: - # This creates an environment variable called `IMAGE_NAME ` with the value `ghtoken_product_demo`. + # This creates an environment variable called `IMAGE_NAME ` with the value `telegraf_release`. env: - IMAGE_NAME: ghtoken_product_demo + IMAGE_NAME: telegraf_release # jobs: # This pushes the image to GitHub Packages.