diff --git a/.github/workflows/publish-deploy.yml b/.github/workflows/publish-deploy.yml index e59be7fb..b6dd75c5 100644 --- a/.github/workflows/publish-deploy.yml +++ b/.github/workflows/publish-deploy.yml @@ -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 }}