Add missing icon

This commit is contained in:
Ayaz Salikhov
2022-07-05 19:53:13 +04:00
parent 16a2b81ea9
commit 17dfbce6fe

View File

@@ -74,7 +74,7 @@ jobs:
path: /tmp/hist_lines/${{ inputs.platform }}-${{ matrix.image }}-*.txt
retention-days: 3
- name: Remove aarch64 latest tag
- name: Remove aarch64 latest tag 🗑️
if: ${{ inputs.platform != 'amd64' }}
run: docker rmi jupyter/${{ matrix.image }}
shell: bash