File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 19
19
new_release_minor_version : ${{ steps.semantic.outputs.new_release_minor_version }}
20
20
new_release_patch_version : ${{ steps.semantic.outputs.new_release_patch_version }}
21
21
new_release_version : ${{ steps.semantic.outputs.new_release_version }}
22
+ new_release_published : ${{ steps.semantic.outputs.new_release_published }}
22
23
23
24
steps :
24
25
- uses : actions/checkout@v2
40
41
docker_release :
41
42
runs-on : ubuntu-latest
42
43
43
- if : ${{ github.ref == 'refs/heads/master' }}
44
+ if : ${{ github.ref == 'refs/heads/master' && needs.build_and_release.outputs.new_release_published == 'true' }}
44
45
45
46
needs :
46
47
- build_and_release
86
87
tags : ${{ steps.meta.outputs.tags }}
87
88
labels : ${{ steps.meta.outputs.labels }}
88
89
platforms : linux/amd64,linux/arm64
89
- push : ${{ github.event_name != 'pull_request' }}
90
+ push : ${{ github.event_name != 'pull_request' }}
You can’t perform that action at this time.
0 commit comments