Skip to content

Commit

Permalink
Merge pull request #12 from mynaparrot/renovate/docker-setup-buildx-a…
Browse files Browse the repository at this point in the history
…ction-2.x

chore(deps): update docker/setup-buildx-action action to v2
  • Loading branch information
jibon57 authored Jun 27, 2023
2 parents 674e56f + 74785e0 commit e6dbd99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
type=semver,pattern=v{{version}}
type=semver,pattern=v{{major}}.{{minor}}
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
uses: docker/setup-buildx-action@v2

- name: Login to DockerHub
uses: docker/login-action@v2
Expand Down

0 comments on commit e6dbd99

Please sign in to comment.