Skip to content

Commit 30ae11f

Browse files
Bump docker/build-push-action from 6.7.0 to 6.9.0 (#258)
* Bump docker/build-push-action from 6.7.0 to 6.9.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.7.0 to 6.9.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@5cd11c3...4f58ea7) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * format: change from legacy keyword format https://docs.docker.com/reference/build-checks/legacy-key-value-format/ --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Christian Willner <[email protected]>
1 parent efa74bb commit 30ae11f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
install: true
2323

2424
- name: Build Docker image and store in cache
25-
uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85
25+
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75
2626
with:
2727
context: .
2828
push: false

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ FROM mcr.microsoft.com/dotnet/sdk:8.0.201-alpine3.19-amd64 AS runtime
3838
WORKDIR /opt/test-runner
3939

4040
# Enable rolling forward the .NET SDK used to be backwards-compatible
41-
ENV DOTNET_ROLL_FORWARD Major
41+
ENV DOTNET_ROLL_FORWARD=Major
4242

4343
COPY --from=build /root/.nuget/packages/ /root/.nuget/packages/
4444
COPY --from=build /opt/test-runner/ .

0 commit comments

Comments
 (0)