We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c084093 commit a975943Copy full SHA for a975943
.github/workflows/post-submit.yml
@@ -36,7 +36,7 @@ jobs:
36
- name: Build and push
37
uses: docker/build-push-action@v4
38
with:
39
- file: other/docker/coverage/Dockerfile
+ file: other/docker/coverage/coverage.Dockerfile
40
push: ${{ github.event_name == 'push' }}
41
tags: toxchat/c-toxcore:coverage
42
cache-from: type=registry,ref=toxchat/c-toxcore:coverage
0 commit comments