Skip to content

Switching back chainId from 13370 to 31337 (CLI) #219

Switching back chainId from 13370 to 31337 (CLI)

Switching back chainId from 13370 to 31337 (CLI) #219

name: Remove docker images for stale/closed PR(s).
on:
pull_request:
branches:
- main
- release/*
- prerelease/*
types: [closed]
jobs:
cleanup:
name: PR - cleanup ghcr.io/cartesi/${{ matrix.image }}:pr-${{ github.event.number }} images
runs-on: ubuntu-latest
permissions:
packages: write
strategy:
matrix:
image:
- rollups-database
- rollups-runtime
- sdk
steps:
- uses: vlaurin/action-ghcr-prune@0cf7d39f88546edd31965acba78cdcb0be14d641 # v0.6.0
with:
organization: cartesi
container: ${{ matrix.image }}
token: ${{ secrets.GITHUB_TOKEN }}
prune-untagged: false
keep-last: 0
prune-tags-regexes: |
^pr-${{ github.event.number }}$