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:
parent
410db8175b
commit
b8e90511c6
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue