From 3ac63d0f186a3a8dcfed6320d3d120ac45a4844b Mon Sep 17 00:00:00 2001 From: Refringe Date: Sun, 3 Mar 2024 14:40:16 -0500 Subject: [PATCH] Update build.yaml to use refringe/spt-build-dotnet:0.0.1 image --- .gitea/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 48bb232..0d999a5 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -129,7 +129,7 @@ jobs: if: needs.check-tag-exists.outputs.proceed == 'true' runs-on: ubuntu-latest container: - image: refringe/spt-build-dotnet:0.0.3 + image: refringe/spt-build-dotnet:0.0.1 steps: - name: Clone run: | @@ -162,7 +162,7 @@ jobs: if: needs.check-tag-exists.outputs.proceed == 'true' runs-on: ubuntu-latest container: - image: refringe/spt-build-dotnet:0.0.3 + image: refringe/spt-build-dotnet:0.0.1 steps: - name: Clone run: |