diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml index 7bce742..ad30c05 100644 --- a/.github/workflows/backend.yml +++ b/.github/workflows/backend.yml @@ -29,6 +29,7 @@ jobs: password: ${{ secrets.DOCKER_PASSWORD }} - name: Build and Push template image uses: docker/build-push-action@v2 # https://github.com/docker/build-push-action + with: context: './backend' repository: parity/substrate-telemetry-backend push: ${{ startsWith(github.ref, 'refs/tags/') }}