From ddb80a52c656935caa34b08abf005da088ece08c Mon Sep 17 00:00:00 2001 From: Saetch Date: Thu, 23 May 2024 19:02:05 +0200 Subject: [PATCH] [#6] removed deletion of old packages as this does not exist yet --- .github/workflows/github-actions.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index f15c698..eb40f64 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -38,11 +38,7 @@ 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: |