chore: Really fix coverage docker image build.

It made progress, but then the last step failed.
This commit is contained in:
iphydf 2024-01-30 09:11:44 +00:00
parent c08409390f
commit a975943564
No known key found for this signature in database
GPG Key ID: 3855DBA2D74403C9

View File

@ -36,7 +36,7 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v4
with:
file: other/docker/coverage/Dockerfile
file: other/docker/coverage/coverage.Dockerfile
push: ${{ github.event_name == 'push' }}
tags: toxchat/c-toxcore:coverage
cache-from: type=registry,ref=toxchat/c-toxcore:coverage