diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 89c5c48..34c79b0 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.2 + 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.2 + image: refringe/spt-build-dotnet:0.0.1 steps: - name: Clone run: |