Publish docker images after build configurations are green ##build

Ensure that broken commits do not get pushed to docker registry.
This commit is contained in:
Riccardo Schirone 2020-09-01 11:13:51 +02:00 committed by Riccardo Schirone
parent 410db8175b
commit b8e90511c6

View file

@ -751,6 +751,7 @@ jobs:
publish-docker-image:
name: Publish Docker image on Docker Hub
needs: [build-and-test]
runs-on: ubuntu-latest
if: github.event_name == 'push'
steps: