Skip to content

Commit

Permalink
Merge branch 'devel-1.0' into devel-2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EnricoMi committed Jul 4, 2022
2 parents 1a97350 + 3597e51 commit 572e489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@ jobs:
push: |
${{
github.event_name == 'push' && (
needs.config-deploy.outputs.image != 'Dockerfile' && needs.config-deploy.outputs.image-exists != 'true' && github.ref == 'refs/heads/master' ||
needs.config-deploy.outputs.image != 'Dockerfile' && startsWith(github.ref, 'refs/heads/master') && needs.config-deploy.outputs.image-exists != 'true' ||
needs.config-deploy.outputs.image == 'Dockerfile' && startsWith(github.ref, 'refs/tags/v') && contains(github.ref, '.')
)
}}
Expand Down

0 comments on commit 572e489

Please sign in to comment.