Skip to content

Add cleanup step

Add cleanup step #16

name: Test
on:
push:
branches:
- docker-compose
jobs:
docker:
timeout-minutes: 30
runs-on: docker
permissions:
contents: read
packages: write
pull-requests: write
steps:
- name: Log in to GitHub Container Registry
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Checkout
uses: actions/checkout@v1
- name: Start containers
run: make docker_up
- name: Stop containers
if: always()
run: make docker_down
- name: Delete _work
if: always()
run: sudo rm -rf /home/admin/actions-runner/_work/aligned_layer/