From 3a7cf87e98a2cf0f947e5a94efdf1ed6468b8656 Mon Sep 17 00:00:00 2001 From: shenlan Date: Tue, 27 Dec 2022 12:28:11 +0800 Subject: [PATCH] Update images.yaml --- .github/workflows/images.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/images.yaml b/.github/workflows/images.yaml index 37ec953..53eaf7d 100644 --- a/.github/workflows/images.yaml +++ b/.github/workflows/images.yaml @@ -25,7 +25,7 @@ jobs: registry: artifact.onwalk.net username: admin password: ${{ secrets.HELM_REPO_PASSWORD }} - build_file: ./Dockerfiles/prometheus-to-cloudwatch.Dockerfile + build_file: ./Dockerfile image: k8s/prometheus-to-cloudwatch tag: ${{ steps.slug.outputs.sha8 }} cache: true