From 1e20259df1fa62d72066dee586cbbda7157f98d9 Mon Sep 17 00:00:00 2001 From: cmdoret Date: Thu, 24 Oct 2024 15:52:35 +0200 Subject: [PATCH] ci: update dockerfile paths --- .github/workflows/docker-publish-evaluator.yml | 2 +- .github/workflows/docker-publish-site-builder.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-publish-evaluator.yml b/.github/workflows/docker-publish-evaluator.yml index e1a5d92..38f1c6d 100644 --- a/.github/workflows/docker-publish-evaluator.yml +++ b/.github/workflows/docker-publish-evaluator.yml @@ -77,7 +77,7 @@ jobs: labels: ${{ steps.meta.outputs.labels }} cache-from: type=gha cache-to: type=gha,mode=max - file: config/evaluator.Dockerfile + file: evaluation/Dockerfile # Sign the resulting Docker image digest except on PRs. # This will only write to the public Rekor transparency log when the Docker diff --git a/.github/workflows/docker-publish-site-builder.yml b/.github/workflows/docker-publish-site-builder.yml index 90acff4..12b525c 100644 --- a/.github/workflows/docker-publish-site-builder.yml +++ b/.github/workflows/docker-publish-site-builder.yml @@ -77,7 +77,7 @@ jobs: labels: ${{ steps.meta.outputs.labels }} cache-from: type=gha cache-to: type=gha,mode=max - file: config/site-builder.Dockerfile + file: website/Dockerfile # Sign the resulting Docker image digest except on PRs. # This will only write to the public Rekor transparency log when the Docker