simplify the test compile
All checks were successful
Compile the repository / compile (pull_request) Successful in 11s

This commit is contained in:
mightypanders 2023-06-19 23:28:39 +02:00
parent c00453d3d3
commit 111ccaa880

View File

@ -14,4 +14,4 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3
- name: Build Container
run: docker build -t "${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest" .
run: docker build .