File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ jobs:
132132 echo "tags-alpine=${TAGS_ALPINE}" >> $GITHUB_OUTPUT
133133
134134 - name : Build multi-arch Container Image
135- uses : docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # tag=v6.19.2
135+ uses : docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # tag=v7.1.0
136136 with :
137137 tags : ${{ steps.tags.outputs.tags }}
138138 build-args : |-
@@ -145,7 +145,7 @@ jobs:
145145 file : src/main/docker/Dockerfile
146146
147147 - name : Build Alpine multi-arch Container Image
148- uses : docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # tag=v6.19.2
148+ uses : docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # tag=v7.1.0
149149 with :
150150 tags : ${{ steps.tags.outputs.tags-alpine }}
151151 build-args : |-
You can’t perform that action at this time.
0 commit comments