Skip to content

chore(deps): update docker/build-push-action action to v6 #7

chore(deps): update docker/build-push-action action to v6

chore(deps): update docker/build-push-action action to v6 #7

Workflow file for this run

env:
KUBECONFIG: /tmp/github-ci.kubeconfig
jobs:
stop:
environment: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
with:
KUBECONFIG_DATA: "${{ secrets.KUBECONFIG_TEST }}"
- env: {}
name: k8ify stop
run: |
kubectl delete deployments,statefulsets,secrets,persistentvolumeclaims,ingresses,services,cronjobs -l "k8ify.ref-slug=${CI_PR_HEAD_REF_SLUG}"
kubectl delete claim -l "k8ify.ref-slug=${CI_PR_HEAD_REF_SLUG}" || true
name: Stop test
"on":
pull_request:
types:
- closed
workflow_dispatch: {}