Skip to content

Use parity rust image to fix pipeline (#816) #371

Use parity rust image to fix pipeline (#816)

Use parity rust image to fix pipeline (#816) #371

Workflow file for this run

name: Deploy
on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
container:
image: docker.io/paritytech/ci-unified:bullseye-1.81.0-2024-11-19-v202411281558
steps:
- name: 🛎 Checkout
uses: actions/checkout@v4
- uses: ./.github/workflows/rust-install
- name: ⚙ Run verifier
run: make verifier
- name: ⚙ Run collector
run: make collector
- uses: ./.github/workflows/deploy
with:
token: ${{ secrets.GITHUB_TOKEN }}