Skip to content

0.25.0

0.25.0 #32

Workflow file for this run

name: CI Build prod image
on:
release:
types: [released]
permissions: {}
jobs:
# test:
# ...
deploy:
runs-on: ubuntu-latest
# needs: test
name: Build and deploy
steps:
- name: Build prod image
uses: lidofinance/dispatch-workflow@v1
env:
APP_ID: ${{ secrets.APP_ID }}
APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}
TARGET_REPO: "lidofinance/infra-mainnet"
TAG: "${{ github.event.release.tag_name }}"
TARGET_WORKFLOW: "build_critical_easytrack_ui.yaml"