Remove (now) redundant 'image' parameter.

This commit is contained in:
GCHQDeveloper581 2026-02-04 13:15:35 +00:00 committed by GitHub
parent 8d6f455d38
commit d8cfce06ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -46,8 +46,6 @@ jobs:
id: build-image id: build-image
uses: docker/build-push-action@v6 uses: docker/build-push-action@v6
with: with:
# Not being uploaded to any registry, use a simple name to allow Buildah to build correctly.
image: cyberchef
platforms: linux/amd64,linux/arm64 platforms: linux/amd64,linux/arm64
- name: UI Tests - name: UI Tests
if: success() if: success()