Skip to content

Commit

Permalink
Merge pull request #235 from jboss-dockerfiles/dependabot/github_acti…
Browse files Browse the repository at this point in the history
…ons/docker/build-push-action-6.10.0

Bump docker/build-push-action from 6.9.0 to 6.10.0
  • Loading branch information
jmesnil authored Dec 12, 2024
2 parents ffe1201 + 4001271 commit 079a265
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
uses: docker/[email protected]
- name: Build WildFly images
id: docker_build
uses: docker/build-push-action@v6.9.0
uses: docker/build-push-action@v6.10.0
with:
load: true
tags: ${{ env.IMAGE_TEST }}
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
password: ${{ secrets.REGISTRY_PASSWORD }}
- name: Push WildFly images to container registry
id: docker_push
uses: docker/build-push-action@v6.9.0
uses: docker/build-push-action@v6.10.0
with:
push: true
platforms: ${{ matrix.platforms }}
Expand Down

0 comments on commit 079a265

Please sign in to comment.