Ensure rizin can compile before pushing to DockerHub

This commit is contained in:
Riccardo Schirone 2020-12-17 17:03:19 +01:00
parent 6601ae9759
commit 7114d3cec7

View file

@ -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: