workflow shizzle

This commit is contained in:
Jordan Geurtsen
2023-03-23 21:21:28 +01:00
parent 2e24fa706c
commit 974d687d2d

View File

@@ -34,6 +34,10 @@ jobs:
run: dotnet build --configuration Release --no-restore
- name: Test
run: dotnet test --no-restore --verbosity normal
- name: Docker Setup QEMU
uses: docker/setup-qemu-action@v2.1.0
- 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: