Skip to content

Commit 221ad54

Browse files
committed
Delete untagged images
1 parent 300057c commit 221ad54

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/nightly-alpine.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ jobs:
7878
with:
7979
owner_type: user
8080
untagged_only: true
81+
package_name: 'nushell'
8182
repository_owner: 'nushell'
8283
repository: 'nushell/nushell'
8384
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/release-nu-image.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ jobs:
106106
with:
107107
owner_type: user
108108
untagged_only: true
109+
package_name: 'nushell'
109110
repository_owner: 'nushell'
110111
repository: 'nushell/nushell'
111112
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)