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