Skip to content
This repository has been archived by the owner on Aug 4, 2024. It is now read-only.

Configure Renovate - autoclosed #36

Configure Renovate - autoclosed

Configure Renovate - autoclosed #36

Workflow file for this run

name: Cleanup images and environments
on:
pull_request:
types: [ closed ]
# Enables BuildKit
env:
DOCKER_BUILDKIT: 1
jobs:
delete_namespace:
runs-on: ubuntu-latest
steps:
# Create a slugified value of the branch
- uses: rlespinasse/[email protected]
- name: Cleanup
continue-on-error: true
uses: thecodingmachine/deeployer-cleanup-action@master
env:
KUBE_CONFIG_FILE: ${{ secrets.KUBE_CONFIG_FILE }}
with:
namespace: workadventure-${{ env.GITHUB_HEAD_REF_SLUG }}