Skip to content

Commit

Permalink
Merge pull request #14 from Saetch/6-distribute-values-to-nodes-based…
Browse files Browse the repository at this point in the history
…-on-hashing-algorithm

re-added cleanup of old images
  • Loading branch information
Saetch authored May 23, 2024
2 parents 529fbca + eb1c505 commit 2071788
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,11 @@ jobs:
package-name: 'deightma_nodecs'
package-type: container
min-versions-to-keep: 1

- uses: actions/delete-package-versions@v5
with:
package-name: 'hasher_service'
package-type: container
min-versions-to-keep: 1
- run: |
docker push ghcr.io/saetch/deightma_coordinator:latest
- run: |
Expand Down

0 comments on commit 2071788

Please sign in to comment.