From 9ca963e674aa75d25ccc81bc6343a1bed9e359bf Mon Sep 17 00:00:00 2001 From: Marvin Zhang Date: Wed, 23 Oct 2024 15:33:43 +0800 Subject: [PATCH] ci: updated workflow --- .github/workflows/docker-crawlab.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docker-crawlab.yml b/.github/workflows/docker-crawlab.yml index 0d8afe9a..db7a96a0 100644 --- a/.github/workflows/docker-crawlab.yml +++ b/.github/workflows/docker-crawlab.yml @@ -294,7 +294,6 @@ jobs: - name: Delete temporary images uses: actions/delete-package-versions@v5 with: - package-name: ${{ matrix.image.name }} + package-name: "${{ matrix.image.name }}:${{ needs.setup.outputs.image_hash }}" package-type: 'container' - token: ${{ secrets.GITHUB_TOKEN }} - package-version-ids: ${{ needs.setup.outputs.image_hash }} \ No newline at end of file + token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file