From 46ba12fb4bd25d47c33b69b943e7d3eea31780ed Mon Sep 17 00:00:00 2001 From: Maxim Samsonov Date: Sat, 13 Apr 2024 23:31:59 +0300 Subject: [PATCH] CI[3] --- .github/workflows/release.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 84cc4bd..2faf057 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -49,7 +49,7 @@ jobs: uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671 with: context: . - file: dkgServiceNode/Dockerfile + file: dkg-nodes/dkgServiceNode/Dockerfile push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} @@ -63,6 +63,14 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + with: + path: dkg-nodes + + - name: Checkout tools repo + uses: actions/checkout@v4 + with: + repository: maxirmx/dkg + path: dkg - name: Log in to the Container registry uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1 @@ -90,7 +98,7 @@ jobs: uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671 with: context: . - file: dkgNode/Dockerfile + file: dkg-nodes/dkgNode/Dockerfile push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}