From 17dfbce6fe39eeb8eb1f6d461d724e31243f8d2d Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Tue, 5 Jul 2022 19:53:13 +0400 Subject: [PATCH] Add missing icon --- .github/workflows/docker-tag-manifest-push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-tag-manifest-push.yml b/.github/workflows/docker-tag-manifest-push.yml index 71ae356b..df4260eb 100644 --- a/.github/workflows/docker-tag-manifest-push.yml +++ b/.github/workflows/docker-tag-manifest-push.yml @@ -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