From de83475e1029ed0ae5782eee93673a6b68745baf Mon Sep 17 00:00:00 2001 From: Martin Pugh Date: Fri, 26 Mar 2021 13:31:25 +0100 Subject: [PATCH] fix backend.yml --- .github/workflows/backend.yml | 1 + 1 file changed, 1 insertion(+) 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/') }}