File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 25
25
displayName : Install dotnet
26
26
inputs :
27
27
# renovate: datasource=dotnet depName=dotnet-sdk
28
- version : 8.0.403
28
+ version : 8.0.404
29
29
30
30
- bash : dotnet tool restore && dotnet cake --verbosity=verbose
31
31
displayName : Cake build
Original file line number Diff line number Diff line change 32
32
33
33
with :
34
34
# renovate: datasource=dotnet depName=dotnet-sdk
35
- dotnet-version : 8.0.403
35
+ dotnet-version : 8.0.404
36
36
37
37
- name : Docker login
38
38
if : github.event_name != 'pull_request'
Original file line number Diff line number Diff line change 25
25
script :
26
26
- curl -fsSL https://get.docker.com/ | bash -s
27
27
# renovate: datasource=dotnet depName=dotnet-sdk
28
- - curl -fsSL https://dot.net/v1/dotnet-install.sh | bash -s -- --version 8.0.403
28
+ - curl -fsSL https://dot.net/v1/dotnet-install.sh | bash -s -- --version 8.0.404
29
29
- export DOTNET_ROOT=$HOME/.dotnet && export PATH=$DOTNET_ROOT:$PATH
30
30
- dotnet tool restore && dotnet cake --verbosity=verbose
Original file line number Diff line number Diff line change 1
1
# syntax=docker/dockerfile:1
2
- FROM mcr.microsoft.com/dotnet/sdk:8.0.403 -jammy
2
+ FROM mcr.microsoft.com/dotnet/sdk:8.0.404 -jammy
3
3
4
4
LABEL org.opencontainers.image.source=https://github.com/gitfool/cake-docker
5
5
You can’t perform that action at this time.
0 commit comments