Skip to content

Commit

Permalink
Merge pull request #92 from philips-software/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/docker/setup-buildx-action-3

Bump docker/setup-buildx-action from 2 to 3
  • Loading branch information
loafoe authored Sep 26, 2023
2 parents be61e0c + a61f8f4 commit 9eee8f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
platforms: all

- name: Setup Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3
with:
version: ${{ env.DOCKER_BUILDX_VERSION }}
install: true
Expand Down

0 comments on commit 9eee8f8

Please sign in to comment.