From 7f6d04cb3db24ae0e309f480284a3ace8732f275 Mon Sep 17 00:00:00 2001 From: Michael Trip Date: Wed, 17 Sep 2025 10:49:40 +0200 Subject: [PATCH] fixing build --- .github/workflows/ubuntu-xfce-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ubuntu-xfce-build.yml b/.github/workflows/ubuntu-xfce-build.yml index 17ba935..a09a9eb 100644 --- a/.github/workflows/ubuntu-xfce-build.yml +++ b/.github/workflows/ubuntu-xfce-build.yml @@ -69,8 +69,8 @@ jobs: id: build-and-push uses: docker/build-push-action@ac9327eae2b366085ac7f6a2d02df8aa8ead720a with: - context: ./ubuntu-mate - file: ./ubuntu-mate/Dockerfile + context: ./ubuntu-xfce + file: ./ubuntu-xfce/Dockerfile platforms: linux/amd64 push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }}