Skip to content

Commit

Permalink
fix: GitHub pipeline, docker delete
Browse files Browse the repository at this point in the history
- fix pipeline
  • Loading branch information
ascheibal committed Nov 2, 2024
1 parent 8cadb33 commit aebcded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
APP_PACKAGES_URL: ghcr.io/worldhealthorganization/ddcc-gateway/ddcc-gateway
APP_PACKAGES_USERNAME: ${{ github.actor }}
APP_PACKAGES_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/delete-package-versions@v5
- uses: actions/delete-package-versions@5.0.0
with:
package-name: ${APP_PACKAGES_URL}
min-versions-to-keep: 3
Expand Down

0 comments on commit aebcded

Please sign in to comment.