From c12c0ffde2728826141aad02c220f164622970f6 Mon Sep 17 00:00:00 2001 From: Dean Sheather Date: Mon, 6 Feb 2023 17:11:37 +0000 Subject: [PATCH] chore: fix depot build pt.2 --- .github/workflows/ci.yaml | 3 ++- .github/workflows/docker-base.yaml | 6 +++--- .github/workflows/release.yaml | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 515076b4bc6e6..3a5057c13f3d5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -121,7 +121,8 @@ jobs: - 'site/**' k8s: - 'helm/**' - - Dockerfile + - scripts/Dockerfile + - scripts/Dockerfile.base - scripts/helm.sh - id: debug run: | diff --git a/.github/workflows/docker-base.yaml b/.github/workflows/docker-base.yaml index b56f33a1c3c18..7b75f095aa963 100644 --- a/.github/workflows/docker-base.yaml +++ b/.github/workflows/docker-base.yaml @@ -5,8 +5,8 @@ on: branches: - main paths: - - Dockerfile.base - - Dockerfile + - scripts/Dockerfile.base + - scripts/Dockerfile schedule: # Run every week at 09:43 on Monday, Wednesday and Friday. We build this @@ -52,7 +52,7 @@ jobs: with: project: wl5hnrrkns context: base-build-context - file: Dockerfile.base + file: scripts/Dockerfile.base pull: true no-cache: true push: true diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a2bfe09a530c2..be626d27e4ef1 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -186,7 +186,7 @@ jobs: with: project: wl5hnrrkns context: base-build-context - file: Dockerfile.base + file: scripts/Dockerfile.base pull: true no-cache: true push: true