build: Fix docker alpine not building

This commit is contained in:
Elian Doran 2024-08-30 22:35:02 +03:00
parent b7ed153b14
commit 1a17b8907a
No known key found for this signature in database

View File

@ -114,7 +114,7 @@ jobs:
uses: docker/build-push-action@v6
id: ghcr-push
with:
file: ./Dockerfile-alpine
file: ./Dockerfile.alpine
context: .
platforms: ${{ env.PLATFORMS }}
push: true