Skip to content

Commit

Permalink
chore(deps): bump docker/build-push-action from 4 to 6
Browse files Browse the repository at this point in the history
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4 to 6.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v4...v6)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
1 parent 1dd6d85 commit 1bcf964
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/jenkins-x-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
with:
cosign-release: 'v2.2.3'
- name: Build and push jx-boot
uses: docker/build-push-action@v4
uses: docker/build-push-action@v6
id: push-jx-boot
with:
context: .
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
cosign sign --attachment sbom ghcr.io/${DOCKER_REGISTRY_ORG}/jx-boot@${{ steps.push-jx-boot.outputs.digest }}
rm -f sbom.json
- name: Build and push jx
uses: docker/build-push-action@v4
uses: docker/build-push-action@v6
id: push-jx
with:
context: .
Expand Down Expand Up @@ -180,7 +180,7 @@ jobs:
username: jenkins-x
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push jx-go
uses: docker/build-push-action@v4
uses: docker/build-push-action@v6
with:
context: .
file: ./Dockerfile-go
Expand All @@ -192,7 +192,7 @@ jobs:
ghcr.io/jenkins-x/jx-go:latest
ghcr.io/jenkins-x/jx-go:${{ steps.prep.outputs.version }}
- name: Build and push jx-go-maven
uses: docker/build-push-action@v4
uses: docker/build-push-action@v6
with:
context: .
file: ./Dockerfile-go-maven
Expand Down

0 comments on commit 1bcf964

Please sign in to comment.