From ee8a57158ffb467375ac6f2c87f3392ff4331561 Mon Sep 17 00:00:00 2001 From: Saetch Date: Thu, 23 May 2024 18:49:37 +0200 Subject: [PATCH] added removal of old hasher_service --- .github/workflows/github-actions.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 7ba63df..f15c698 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -51,7 +51,8 @@ jobs: docker push ghcr.io/saetch/deightma_master:latest - run: | docker push ghcr.io/saetch/deightma_nodecs:latest - + - run: | + docker push ghcr.io/saetch/hasher_service:latest build-client: runs-on: Ubuntu-latest steps: