File tree Expand file tree Collapse file tree 2 files changed +30
-30
lines changed Expand file tree Collapse file tree 2 files changed +30
-30
lines changed Original file line number Diff line number Diff line change @@ -66,18 +66,18 @@ jobs:
66
66
tags : |
67
67
ghcr.io/nushell/nushell:${{ env.NU_VERSION }}
68
68
69
- # cleanup:
70
- # runs-on: ubuntu-latest
71
- # permissions:
72
- # contents: read
73
- # packages: write
74
- # needs: build-and-push-Nu
75
- # steps:
76
- # - name: Delete all containers from repository without tags
77
- # uses: Chizkiyahu/delete-untagged-ghcr-action@v4
78
- # with:
79
- # owner_type: org
80
- # untagged_only: true
81
- # repository : 'nushell/ nushell'
82
- # repository_owner : 'nushell'
83
- # token: ${{ secrets.GITHUB_TOKEN }}
69
+ cleanup :
70
+ runs-on : ubuntu-latest
71
+ permissions :
72
+ contents : read
73
+ packages : write
74
+ needs : build-and-push-Nu
75
+ steps :
76
+ - name : Delete all containers from repository without tags
77
+ uses : Chizkiyahu/delete-untagged-ghcr-action@v4
78
+ with :
79
+ owner_type : user
80
+ untagged_only : true
81
+ repository_owner : ' nushell'
82
+ repository : ' nushell/ nushell'
83
+ token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -94,18 +94,18 @@ jobs:
94
94
ghcr.io/nushell/nushell:${{ env.NU_VERSION }}
95
95
ghcr.io/nushell/nushell:${{ env.NU_VERSION }}-alpine
96
96
97
- # cleanup:
98
- # runs-on: ubuntu-latest
99
- # permissions:
100
- # contents: read
101
- # packages: write
102
- # needs: build-and-push-Nu
103
- # steps:
104
- # - name: Delete all containers from repository without tags
105
- # uses: Chizkiyahu/delete-untagged-ghcr-action@v4
106
- # with:
107
- # owner_type: org
108
- # untagged_only: true
109
- # repository : 'nushell/ nushell'
110
- # repository_owner : 'nushell'
111
- # token: ${{ secrets.GITHUB_TOKEN }}
97
+ cleanup :
98
+ runs-on : ubuntu-latest
99
+ permissions :
100
+ contents : read
101
+ packages : write
102
+ needs : build-and-push-Nu
103
+ steps :
104
+ - name : Delete all containers from repository without tags
105
+ uses : Chizkiyahu/delete-untagged-ghcr-action@v4
106
+ with :
107
+ owner_type : user
108
+ untagged_only : true
109
+ repository_owner : ' nushell'
110
+ repository : ' nushell/ nushell'
111
+ token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments