Skip to content

Commit a975943

Browse files
committed
chore: Really fix coverage docker image build.
It made progress, but then the last step failed.
1 parent c084093 commit a975943

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/post-submit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Build and push
3737
uses: docker/build-push-action@v4
3838
with:
39-
file: other/docker/coverage/Dockerfile
39+
file: other/docker/coverage/coverage.Dockerfile
4040
push: ${{ github.event_name == 'push' }}
4141
tags: toxchat/c-toxcore:coverage
4242
cache-from: type=registry,ref=toxchat/c-toxcore:coverage

0 commit comments

Comments
 (0)