mirror of
https://github.com/fhswf/aki_prj23_transparenzregister.git
synced 2025-04-25 18:02:35 +02:00
- added a Dockerfile for the thre containers - added a workflow step to build and placing the container in the registry - added a docker-compose.yaml to use the build images - added a docker compose to build the images locally and a script for prebuild steps
12 lines
279 B
YAML
12 lines
279 B
YAML
name: Branch Deleted
|
|
on: delete
|
|
jobs:
|
|
delete:
|
|
if: github.event.ref_type == 'branch'
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Clean up
|
|
run: |
|
|
echo "Clean up for branch ${{ github.event.ref }}"
|
|
# uses: bots-house/ghcr-delete-image-action@v1.1.0
|