File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 45
45
46
46
# Workaround: https://github.com/docker/build-push-action/issues/461
47
47
- name : Setup Docker buildx
48
- uses : docker/setup-buildx-action@v3.9 .0
48
+ uses : docker/setup-buildx-action@v3.10 .0
49
49
50
50
# Login against a Docker registry except on PR
51
51
# https://github.com/docker/login-action
@@ -61,15 +61,15 @@ jobs:
61
61
# https://github.com/docker/metadata-action
62
62
- name : Extract Docker metadata
63
63
id : meta
64
- uses : docker/metadata-action@v5.6.1
64
+ uses : docker/metadata-action@v5.7.0
65
65
with :
66
66
images : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
67
67
68
68
# Build and push Docker image with Buildx (don't push on PR)
69
69
# https://github.com/docker/build-push-action
70
70
- name : Build and push Docker image
71
71
id : build-and-push
72
- uses : docker/build-push-action@v6.13 .0
72
+ uses : docker/build-push-action@v6.16 .0
73
73
with :
74
74
context : .
75
75
push : ${{ github.event_name != 'pull_request' }}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ RUN dotnet --version
5
5
# Setting the path up to allow .NET tools
6
6
ENV PATH="$PATH:/root/.dotnet/tools"
7
7
8
- RUN dotnet tool install --global docfx --version 2.78.2
8
+ RUN dotnet tool install --global docfx --version 2.78.3
9
9
10
10
# Just checking things
11
11
RUN dotnet tool list --global
You can’t perform that action at this time.
0 commit comments