Skip to content

Commit

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

Bump docker/build-push-action from 6.11.0 to 6.12.0
  • Loading branch information
jmesnil authored Jan 21, 2025
2 parents 3cf17e8 + 82588d4 commit e9bf888
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.11.0
uses: docker/build-push-action@v6.12.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.11.0
uses: docker/build-push-action@v6.12.0
with:
push: true
platforms: ${{ matrix.platforms }}
Expand Down

0 comments on commit e9bf888

Please sign in to comment.