Skip to content

Commit

Permalink
Fix docker image cleanup step
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcer committed Nov 3, 2024
1 parent c81fb89 commit 8bdac9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nightly-alpine.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,4 @@ jobs:
repository_owner: 'nushell'
repository: 'nushell/nushell'
token: ${{ secrets.GITHUB_TOKEN }}
except_untagged_multiplatform: true
1 change: 1 addition & 0 deletions .github/workflows/release-nu-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -154,3 +154,4 @@ jobs:
repository_owner: 'nushell'
repository: 'nushell/nushell'
token: ${{ secrets.GITHUB_TOKEN }}
except_untagged_multiplatform: true

0 comments on commit 8bdac9e

Please sign in to comment.