We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 094f209 commit f27e362Copy full SHA for f27e362
.github/workflows/build-and-publish.yml
@@ -132,9 +132,8 @@ jobs:
132
if: always() # This ensures the step runs even if previous steps fail
133
uses: actions/delete-package-versions@v5
134
with:
135
+ package-version-ids: 'scan-${{ github.sha }}'
136
package-name: 'clinical-frontend'
137
package-type: 'container'
138
owner: 'bahnew'
- token: ${{ secrets.GITHUB_TOKEN }}
139
- min-versions-to-keep: 0
140
- ignore-versions: '^(?!scan-${{ github.sha }}$).*$'
+ token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments