We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efa74bb commit 30ae11fCopy full SHA for 30ae11f
.github/workflows/test.yml
@@ -22,7 +22,7 @@ jobs:
22
install: true
23
24
- name: Build Docker image and store in cache
25
- uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85
+ uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75
26
with:
27
context: .
28
push: false
Dockerfile
@@ -38,7 +38,7 @@ FROM mcr.microsoft.com/dotnet/sdk:8.0.201-alpine3.19-amd64 AS runtime
38
WORKDIR /opt/test-runner
39
40
# Enable rolling forward the .NET SDK used to be backwards-compatible
41
-ENV DOTNET_ROLL_FORWARD Major
+ENV DOTNET_ROLL_FORWARD=Major
42
43
COPY --from=build /root/.nuget/packages/ /root/.nuget/packages/
44
COPY --from=build /opt/test-runner/ .
0 commit comments