From d8cfce06acdac7f8d9ce98d22a467ee9874f595c Mon Sep 17 00:00:00 2001 From: GCHQDeveloper581 <63102987+GCHQDeveloper581@users.noreply.github.com> Date: Wed, 4 Feb 2026 13:15:35 +0000 Subject: [PATCH] Remove (now) redundant 'image' parameter. --- .github/workflows/pull_requests.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/pull_requests.yml b/.github/workflows/pull_requests.yml index 8cfb193e..7f65b617 100644 --- a/.github/workflows/pull_requests.yml +++ b/.github/workflows/pull_requests.yml @@ -46,8 +46,6 @@ jobs: id: build-image uses: docker/build-push-action@v6 with: - # Not being uploaded to any registry, use a simple name to allow Buildah to build correctly. - image: cyberchef platforms: linux/amd64,linux/arm64 - name: UI Tests if: success()