Skip to content

Commit e3181dd

Browse files
committed
ci: add conditional output for Docker image publishing status in case of not publishing
1 parent 0de8543 commit e3181dd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,8 @@ jobs:
363363
# If either the PyPI or GitHub release was successful, publish the Docker images
364364
if ${{ needs.upload_github.result == 'success' }} || ${{ needs.upload_pypi.result == 'success' }}; then
365365
echo "publish=true" >> $GITHUB_OUTPUT
366+
else
367+
echo "publish=false" >> $GITHUB_OUTPUT
366368
fi
367369
368370
docs:

0 commit comments

Comments
 (0)