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 6262 with :
6363 cosign-release : ' v2.2.3'
6464 - name : Build and push jx-boot
65- uses : docker/build-push-action@v4
65+ uses : docker/build-push-action@v6
6666 id : push-jx-boot
6767 with :
6868 context : .
@@ -102,7 +102,7 @@ jobs:
102102 cosign sign --attachment sbom ghcr.io/${DOCKER_REGISTRY_ORG}/jx-boot@${{ steps.push-jx-boot.outputs.digest }}
103103 rm -f sbom.json
104104 - name : Build and push jx
105- uses : docker/build-push-action@v4
105+ uses : docker/build-push-action@v6
106106 id : push-jx
107107 with :
108108 context : .
@@ -180,7 +180,7 @@ jobs:
180180 username : jenkins-x
181181 password : ${{ secrets.GITHUB_TOKEN }}
182182 - name : Build and push jx-go
183- uses : docker/build-push-action@v4
183+ uses : docker/build-push-action@v6
184184 with :
185185 context : .
186186 file : ./Dockerfile-go
@@ -192,7 +192,7 @@ jobs:
192192 ghcr.io/jenkins-x/jx-go:latest
193193 ghcr.io/jenkins-x/jx-go:${{ steps.prep.outputs.version }}
194194 - name : Build and push jx-go-maven
195- uses : docker/build-push-action@v4
195+ uses : docker/build-push-action@v6
196196 with :
197197 context : .
198198 file : ./Dockerfile-go-maven
You can’t perform that action at this time.
0 commit comments