Skip to content

chore(deps): update fluencelabs/lightmare docker tag to v0.2.2 #111

chore(deps): update fluencelabs/lightmare docker tag to v0.2.2

chore(deps): update fluencelabs/lightmare docker tag to v0.2.2 #111

Workflow file for this run

name: cleanup
on:
pull_request:
types: [closed]
concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"
jobs:
destroy:
uses: ./.github/workflows/terraform.yml
with:
command: "destroy"
branch: ${{ github.event.pull_request.head.ref }}
workspace: "spectrum-${{ github.event.pull_request.number }}"
secrets:
PAT: ${{ secrets.FLUENCEBOT_RELEASE_PLEASE_PAT }}