Skip to content

Commit

Permalink
Merge pull request #236 from jboss-dockerfiles/dependabot/github_acti…
Browse files Browse the repository at this point in the history
…ons/docker/setup-buildx-action-3.8.0

Bump docker/setup-buildx-action from 3.7.1 to 3.8.0
  • Loading branch information
jmesnil authored Dec 19, 2024
2 parents 59b9d1a + 050c78b commit 92e7d68
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 @@ -37,7 +37,7 @@ jobs:
- name: Set up QEMU
uses: docker/[email protected]
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3.7.1
uses: docker/setup-buildx-action@v3.8.0
- name: Build WildFly images
id: docker_build
uses: docker/[email protected]
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
- name: Set up QEMU
uses: docker/[email protected]
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3.7.1
uses: docker/setup-buildx-action@v3.8.0
- name: Docker Login to Quay.io
if: startsWith(github.event.ref, 'refs/tags/')
uses: docker/[email protected]
Expand Down

0 comments on commit 92e7d68

Please sign in to comment.