mirror of
https://github.com/soup-bowl/opensimulator-docker.git
synced 2026-07-31 04:10:12 +00:00
Switched to GitHub Mirror for cache-busting.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user