fix strings

This commit is contained in:
Martin Pugh
2021-03-26 13:29:47 +01:00
parent 44eada6eb9
commit 9a268c5d49
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -29,7 +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
context: .
context: './backend'
repository: parity/substrate-telemetry-backend
push: ${{ startsWith(github.ref, 'refs/tags/') }}
tags: latest