Skip to content

Commit

Permalink
Attempt fix for version_id deletion error
Browse files Browse the repository at this point in the history
  • Loading branch information
lloeki committed Apr 5, 2023
1 parent b5ee9cf commit 05730ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/system-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ jobs:
echo ${{ secrets.GITHUB_TOKEN }} | docker login ${{ env.REGISTRY }} -u ${{ github.actor }} --password-stdin
- uses: actions/delete-package-versions@v4
with:
package-version-ids: gha${{ github.run_id }}-g${{ github.sha }}
package-name: system-tests/${{ matrix.image }}
package-version-ids: 'gha${{ github.run_id }}-g${{ github.sha }}'
package-name: 'system-tests/${{ matrix.image }}'
package-type: 'container'
continue-on-error: true

0 comments on commit 05730ce

Please sign in to comment.