Skip to content

Commit

Permalink
chore: Really fix coverage docker image build.
Browse files Browse the repository at this point in the history
It made progress, but then the last step failed.
  • Loading branch information
iphydf committed Jan 30, 2024
1 parent c084093 commit a975943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/post-submit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a975943

Please sign in to comment.