Skip to content

Commit

Permalink
fix: remove window platform from tomcat action as not supported
Browse files Browse the repository at this point in the history
  • Loading branch information
gipo355 committed May 29, 2024
1 parent 2b4a985 commit 2d6aabe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2d6aabe

Please sign in to comment.