mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-04-22 02:08:04 +00:00
[ci] Fix deploy (#594)
* [ci] Fix deploy * push image would be also nice
This commit is contained in:
committed by
GitHub
parent
b16ad2e8ad
commit
d4a557c33b
@@ -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 }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user