Skip to content

Commit 9748ca2

Browse files
authored
Dependency updates including docfx 2.78.2 -> 2.78.3 (#82)
* update docfx 2.78.2 -> 2.78.3 * update docker actions
1 parent 008bfbd commit 9748ca2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/docker-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
# Workaround: https://github.com/docker/build-push-action/issues/461
4747
- name: Setup Docker buildx
48-
uses: docker/setup-buildx-action@v3.9.0
48+
uses: docker/setup-buildx-action@v3.10.0
4949

5050
# Login against a Docker registry except on PR
5151
# https://github.com/docker/login-action
@@ -61,15 +61,15 @@ jobs:
6161
# https://github.com/docker/metadata-action
6262
- name: Extract Docker metadata
6363
id: meta
64-
uses: docker/metadata-action@v5.6.1
64+
uses: docker/metadata-action@v5.7.0
6565
with:
6666
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
6767

6868
# Build and push Docker image with Buildx (don't push on PR)
6969
# https://github.com/docker/build-push-action
7070
- name: Build and push Docker image
7171
id: build-and-push
72-
uses: docker/build-push-action@v6.13.0
72+
uses: docker/build-push-action@v6.16.0
7373
with:
7474
context: .
7575
push: ${{ github.event_name != 'pull_request' }}

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ RUN dotnet --version
55
# Setting the path up to allow .NET tools
66
ENV PATH="$PATH:/root/.dotnet/tools"
77

8-
RUN dotnet tool install --global docfx --version 2.78.2
8+
RUN dotnet tool install --global docfx --version 2.78.3
99

1010
# Just checking things
1111
RUN dotnet tool list --global

0 commit comments

Comments
 (0)