File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 62
62
with :
63
63
cosign-release : ' v2.2.3'
64
64
- name : Build and push jx-boot
65
- uses : docker/build-push-action@v4
65
+ uses : docker/build-push-action@v6
66
66
id : push-jx-boot
67
67
with :
68
68
context : .
@@ -102,7 +102,7 @@ jobs:
102
102
cosign sign --attachment sbom ghcr.io/${DOCKER_REGISTRY_ORG}/jx-boot@${{ steps.push-jx-boot.outputs.digest }}
103
103
rm -f sbom.json
104
104
- name : Build and push jx
105
- uses : docker/build-push-action@v4
105
+ uses : docker/build-push-action@v6
106
106
id : push-jx
107
107
with :
108
108
context : .
@@ -180,7 +180,7 @@ jobs:
180
180
username : jenkins-x
181
181
password : ${{ secrets.GITHUB_TOKEN }}
182
182
- name : Build and push jx-go
183
- uses : docker/build-push-action@v4
183
+ uses : docker/build-push-action@v6
184
184
with :
185
185
context : .
186
186
file : ./Dockerfile-go
@@ -192,7 +192,7 @@ jobs:
192
192
ghcr.io/jenkins-x/jx-go:latest
193
193
ghcr.io/jenkins-x/jx-go:${{ steps.prep.outputs.version }}
194
194
- name : Build and push jx-go-maven
195
- uses : docker/build-push-action@v4
195
+ uses : docker/build-push-action@v6
196
196
with :
197
197
context : .
198
198
file : ./Dockerfile-go-maven
You can’t perform that action at this time.
0 commit comments