From 2d6aabe3d2599bafe5bbe9089fd5330a614ee99b Mon Sep 17 00:00:00 2001 From: gipo355 <91525512+gipo355@users.noreply.github.com> Date: Wed, 29 May 2024 17:16:04 +0200 Subject: [PATCH] fix: remove window platform from tomcat action as not supported --- .github/workflows/publish-docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-docker.yml b/.github/workflows/publish-docker.yml index acca94b..845f1ff 100644 --- a/.github/workflows/publish-docker.yml +++ b/.github/workflows/publish-docker.yml @@ -76,7 +76,7 @@ jobs: with: context: . file: ./Dockerfile - platforms: linux/amd64,windows/amd64 + platforms: linux/amd64 push: ${{ github.event_name != 'pull_request' }} # tags: ghcr.io/${{ github.repository_owner }}/its-battistar-express:latest # TODO: tag with release version