update other workflows to use staged builds
All checks were successful
Compile the repository / compile (pull_request) Successful in 8s

This commit is contained in:
2023-06-24 20:11:39 +02:00
parent 65cdee36e9
commit c133570d8c
2 changed files with 2 additions and 2 deletions

View File

@@ -14,4 +14,4 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3
- name: Build Container
run: docker build .
run: docker build --target compile .