mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-04-22 23:08:04 +00:00
fix strings
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user