File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4747
4848 - name : Extract metadata (tags, labels) for Docker
4949 id : meta
50- uses : docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # v5.8 .0
50+ uses : docker/metadata-action@318604b99e75e41977312d83839a89be02ca4893 # v5.9 .0
5151 with :
5252 images : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
5353
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ jobs:
114114
115115 - name : Extract metadata (tags, labels) for Docker
116116 id : meta
117- uses : docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # v5.8 .0
117+ uses : docker/metadata-action@318604b99e75e41977312d83839a89be02ca4893 # v5.9 .0
118118 if : (steps.tag-action.outputs.tag != '')
119119 with :
120120 images : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ plugins {
55 id(" io.spring.dependency-management" ) version " 1.1.7"
66 id(" com.expediagroup.graphql" ) version " 8.8.1"
77 id(" io.gitlab.arturbosch.detekt" ) version " 1.23.8"
8- kotlin(" jvm" ) version " 2.0 .21"
9- kotlin(" plugin.spring" ) version " 2.0 .21"
8+ kotlin(" jvm" ) version " 2.2 .21"
9+ kotlin(" plugin.spring" ) version " 2.2 .21"
1010 jacoco
1111}
1212
You can’t perform that action at this time.
0 commit comments