Docker-python fix for get_ubuntu_version() (#4430)
This commit is contained in:
parent
9d27e7ada4
commit
162e4035eb
4 changed files with 9 additions and 8 deletions
2
.github/workflows/docker.yaml
vendored
2
.github/workflows/docker.yaml
vendored
|
|
@ -85,7 +85,7 @@ jobs:
|
|||
docker push ultralytics/ultralytics:${{ matrix.tags }}
|
||||
|
||||
- name: Notify on failure
|
||||
if: github.event_name == 'push' && (cancelled() || failure())
|
||||
if: github.event_name == 'push' && failure() # do not notify on cancelled() as cancelling is performed by hand
|
||||
uses: slackapi/slack-github-action@v1.24.0
|
||||
with:
|
||||
payload: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue