diff --git a/.github/workflows/ci-prod.yml b/.github/workflows/ci-prod.yml index e7921e41..ed228a2e 100644 --- a/.github/workflows/ci-prod.yml +++ b/.github/workflows/ci-prod.yml @@ -7,12 +7,8 @@ on: permissions: {} jobs: - # test: - # ... - deploy: runs-on: ubuntu-latest - # needs: test name: Build and deploy steps: - name: Build prod image @@ -21,5 +17,5 @@ jobs: APP_ID: ${{ secrets.APP_ID }} APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }} TARGET_REPO: "lidofinance/infra-mainnet" - TAG: "${{ steps.tag_name.outputs.TAG }}" + TAG: "${{ github.event.release.tag_name }}" TARGET_WORKFLOW: "build_critical_depositor_bot_staking_router.yaml"