File tree Expand file tree Collapse file tree 3 files changed +7
-10
lines changed
actions/docker-build-and-push Expand file tree Collapse file tree 3 files changed +7
-10
lines changed Original file line number Diff line number Diff line change @@ -19,14 +19,11 @@ runs:
1919 using : " composite"
2020 steps :
2121 - id : checkout
22- uses : actions/checkout@v2
22+ uses : actions/checkout@v6
2323 - id : docker-setup-buildx
24- uses : docker/setup-buildx-action@v2
25- with :
26- driver-opts : |
27- image=moby/buildkit:v0.10.6
24+ uses : docker/setup-buildx-action@v3
2825 - id : docker-meta
29- uses : docker/metadata-action@v3
26+ uses : docker/metadata-action@v5
3027 with :
3128 images : ghcr.io/dlcs/${{ inputs.image-name }}
3229 tags : |
3734 type=semver,pattern={{major}}.{{minor}}
3835 type=semver,pattern={{major}}
3936 - id : docker-login
40- uses : docker/login-action@v1
37+ uses : docker/login-action@v3
4138 with :
4239 registry : ghcr.io
4340 username : ${{ github.actor }}
Original file line number Diff line number Diff line change 2121 SOLUTION : " protagonist.sln"
2222 steps :
2323 - id : checkout
24- uses : actions/checkout@v5
24+ uses : actions/checkout@v6
2525 - id : setup-dotnet
2626 uses : actions/setup-dotnet@v5
2727 with :
5656 - image : " migrator"
5757 dockerfile : " Dockerfile.Migrator"
5858 steps :
59- - uses : actions/checkout@v5
59+ - uses : actions/checkout@v6
6060 - uses : ./.github/actions/docker-build-and-push
6161 with :
6262 image-name : ${{ matrix.image }}
Original file line number Diff line number Diff line change 1818 java-version : 17
1919 distribution : ' zulu' # Alternative distribution options are available.
2020 - id : checkout
21- uses : actions/checkout@v5
21+ uses : actions/checkout@v6
2222 - id : setup-dotnet
2323 uses : actions/setup-dotnet@v5
2424 with :
You can’t perform that action at this time.
0 commit comments