mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-04-22 11:28:00 +00:00
fix tags maybe
This commit is contained in:
@@ -31,7 +31,6 @@ jobs:
|
||||
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/') }}
|
||||
tags: latest
|
||||
tags: parity/substrate-telemetry-backend:latest
|
||||
# add_git_labels: true
|
||||
|
||||
@@ -46,7 +46,6 @@ jobs:
|
||||
if: matrix.node-version == '12.x'
|
||||
with:
|
||||
context: './frontend'
|
||||
repository: parity/substrate-telemetry-frontend
|
||||
push: ${{ startsWith(github.ref, 'refs/tags/') }}
|
||||
tags: latest
|
||||
tags: parity/substrate-telemetry-frontend:latest
|
||||
# add_git_labels: true
|
||||
|
||||
Reference in New Issue
Block a user