浏览代码

github: alpine docker image, removed cleanup

Sergey Safarov 2 月之前
父节点
当前提交
3e3cfc6b11
共有 1 个文件被更改,包括 0 次插入15 次删除
  1. 0 15
      .github/workflows/alpine.yml

+ 0 - 15
.github/workflows/alpine.yml

@@ -426,18 +426,3 @@ jobs:
         context: "context"
         build-args: |
           IMAGE=${{ needs.check.outputs.alpine_tag }}
-
-  cleanup:
-    name: Cleanup untaged images
-    runs-on: ubuntu-latest
-    continue-on-error: true
-    permissions:
-      packages: write
-    needs:
-    - images
-    steps:
-    - name: Cleanup untaged
-      uses: dataaxiom/ghcr-cleanup-action@v1
-      with:
-        owner: ${{ github.repository_owner }}
-        package: ${{ env.IMAGE_NAME }}