fix tags maybe

This commit is contained in:
Martin Pugh
2021-03-26 13:35:16 +01:00
parent de83475e10
commit 7fd740e25d
2 changed files with 2 additions and 4 deletions
+1 -2
View File
@@ -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
+1 -2
View File
@@ -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