This commit is contained in:
2023-03-24 17:30:44 +01:00
parent 974d687d2d
commit 4b896eb5f5

View File

@@ -34,13 +34,5 @@ jobs:
run: dotnet build --configuration Release --no-restore run: dotnet build --configuration Release --no-restore
- name: Test - name: Test
run: dotnet test --no-restore --verbosity normal run: dotnet test --no-restore --verbosity normal
- name: Docker Setup QEMU - name: Docker Test
uses: docker/setup-qemu-action@v2.1.0 run: docker run hello-world
- name: Docker Setup Buildx
uses: docker/setup-buildx-action@v2.5.0
- name: Build and push Docker images
uses: docker/build-push-action@v4.0.0
with:
context: ../../
file: Dockerfile
target: final