Switched to GitHub Mirror for cache-busting.

This commit is contained in:
soup-bowl
2023-09-25 08:14:01 +01:00
parent 5948b46425
commit ed012a8155
2 changed files with 5 additions and 1 deletions
+2
View File
@@ -45,3 +45,5 @@ jobs:
soupbowl/opensimulator:${{ matrix.tag }},
ghcr.io/soup-bowl/opensimulator-docker:${{ matrix.tag }}
platforms: linux/amd64,linux/arm64
cache-from: type=gha
cache-to: type=gha,mode=max
+3 -1
View File
@@ -1,6 +1,8 @@
FROM mcr.microsoft.com/dotnet/sdk:6.0 as build
RUN git clone git://opensimulator.org/git/opensim /app
# Cache Bust to avoid caching skipping the latest commit
ADD https://api.github.com/repos/opensim/opensim/git/refs/heads/dotnet6 version.json
RUN git clone https://github.com/opensim/opensim.git /app
WORKDIR /app
RUN git checkout dotnet6