Skip to content

Commit 430c83d

Browse files
Merge pull request #8726 from jenkins-x/dependabot/github_actions/docker/build-push-action-6
chore(deps): bump docker/build-push-action from 4 to 6
2 parents 8dddd5a + 1bcf964 commit 430c83d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/jenkins-x-release.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
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

0 commit comments

Comments
 (0)