From 89e3975d64c6e93a1239a1d6d33f089f936fb807 Mon Sep 17 00:00:00 2001 From: Emmo00 Date: Mon, 22 Dec 2025 11:10:56 +0100 Subject: [PATCH] chore: update Docker workflow to set context for streamr-client directory --- .github/workflows/docker-image-streamr-client.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/docker-image-streamr-client.yml b/.github/workflows/docker-image-streamr-client.yml index bb36e58..914a3ba 100644 --- a/.github/workflows/docker-image-streamr-client.yml +++ b/.github/workflows/docker-image-streamr-client.yml @@ -21,10 +21,6 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v5 - - name: Checkout streamr client directory - working-directory: ./streamr-client - run: | - echo "Current directory is $(pwd)" - name: Log in to the Container registry if: github.event_name != 'pull_request' uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1 @@ -41,7 +37,7 @@ jobs: id: push uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4 with: - context: . + context: ./streamr-client push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}