Skip to content

Commit a22eb23

Browse files
committed
Delete untagged images
1 parent bb98528 commit a22eb23

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/nightly-alpine.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ jobs:
7878
with:
7979
owner_type: org
8080
untagged_only: true
81-
repository: 'nushell'
81+
repository: 'nushell/nushell'
8282
repository_owner: 'nushell'
8383
token: ${{ secrets.GITHUB_TOKEN }}
84-
except_untagged_multiplatform: true

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ jobs:
106106
with:
107107
owner_type: org
108108
untagged_only: true
109-
repository: 'nushell'
109+
repository: 'nushell/nushell'
110110
repository_owner: 'nushell'
111111
token: ${{ secrets.GITHUB_TOKEN }}
112-
except_untagged_multiplatform: true

0 commit comments

Comments
 (0)