From 137c9216e075ac87ce4b6df00b57f3edeaa4c440 Mon Sep 17 00:00:00 2001 From: Liam Gallagher Date: Tue, 16 Apr 2024 11:56:27 +1200 Subject: [PATCH] correct context and dockerfile --- .github/workflows/build-images.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-images.yml b/.github/workflows/build-images.yml index 68270724..69741f17 100644 --- a/.github/workflows/build-images.yml +++ b/.github/workflows/build-images.yml @@ -48,7 +48,8 @@ jobs: - name: Build and push Docker image uses: docker/build-push-action@v5 with: - context: . + context: /images + file: /images/Dockerfile build-args: version=${{ matrix.version }} channel=${{ matrix.channel }} push: true cache-from: type=gha,scope=${{ matrix.version }}-${{ matrix.channel }}