Skip to content

Commit 8bdac9e

Browse files
committed
Fix docker image cleanup step
1 parent c81fb89 commit 8bdac9e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/nightly-alpine.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,3 +102,4 @@ jobs:
102102
repository_owner: 'nushell'
103103
repository: 'nushell/nushell'
104104
token: ${{ secrets.GITHUB_TOKEN }}
105+
except_untagged_multiplatform: true

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,3 +154,4 @@ jobs:
154154
repository_owner: 'nushell'
155155
repository: 'nushell/nushell'
156156
token: ${{ secrets.GITHUB_TOKEN }}
157+
except_untagged_multiplatform: true

0 commit comments

Comments
 (0)