Skip to content

Commit

Permalink
Merge pull request #128 from jontze/dependabot/github_actions/docker/…
Browse files Browse the repository at this point in the history
…setup-buildx-action-3

chore(deps): Bump docker/setup-buildx-action from 2 to 3
  • Loading branch information
jontze authored Sep 12, 2023
2 parents 358f095 + 671a706 commit dd17a8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
platforms: arm64,amd64
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3
- name: Extract docker meta data
id: meta
uses: docker/metadata-action@v5
Expand Down

0 comments on commit dd17a8a

Please sign in to comment.