[ci] Fix deploy (#594)

* [ci] Fix deploy

* push image would be also nice
This commit is contained in:
Alexander Samusev
2024-10-29 12:18:23 +01:00
committed by GitHub
parent b16ad2e8ad
commit d4a557c33b
+7 -2
View File
@@ -11,6 +11,11 @@ concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
#to use reusable workflow
permissions:
id-token: write
contents: read
env:
IMAGE_NAME: parity/substrate-telemetry
APP: "substrate-telemetry"
@@ -59,7 +64,7 @@ jobs:
with:
context: backend
file: ./backend/Dockerfile
push: false
push: true
tags: |
${{ env.IMAGE_NAME }}-backend:${{ env.VERSION }}
@@ -85,7 +90,7 @@ jobs:
with:
context: frontend
file: ./frontend/Dockerfile
push: false
push: true
tags: |
${{ env.IMAGE_NAME }}-frontend:${{ env.VERSION }}