fix backend.yml

This commit is contained in:
Martin Pugh
2021-03-26 13:31:25 +01:00
parent 673a649a9c
commit de83475e10
+1
View File
@@ -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/') }}