Ensure rizin can compile before pushing to DockerHub
This commit is contained in:
parent
6601ae9759
commit
7114d3cec7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -875,7 +875,7 @@ jobs:
|
|||
|
||||
publish-docker-image:
|
||||
name: Publish Docker image on Docker Hub
|
||||
# needs: [build-and-test]
|
||||
needs: [build-and-test]
|
||||
runs-on: ubuntu-20.04
|
||||
if: github.event_name == 'push'
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Reference in a new issue