Skip to content

Commit

Permalink
Bump docker/build-push-action from 5 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 5 to 6.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v5...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 and jdubois committed Nov 20, 2024
1 parent 1cfa760 commit 07e1d42
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
run: |
cd rest-server && ./mvnw -Pnative native:compile
- name: Build the native (GraalVM) Docker image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: false
tags: application/application:${{ github.sha }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rest-server-continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
run: |
cd rest-server && ./mvnw -Pnative native:compile
- name: Build the native (GraalVM) Docker image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: false
tags: ${{ env.DOCKER_IMAGE_NAME }}:main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rest-server-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Login to GitHub Packages
run: docker login -u ${{ github.actor }} -p ${{ secrets.GITHUB_TOKEN }} docker.pkg.github.com
- name: Build the native (GraalVM) Docker image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: false
tags: ${{ env.DOCKER_IMAGE_NAME }}:${{ env.TAG_NAME }},${{ env.DOCKER_IMAGE_NAME }}:latest
Expand Down

0 comments on commit 07e1d42

Please sign in to comment.