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 }}