Skip to content

Commit

Permalink
Upgrade buildx publish action step (#744)
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueHatbRit committed May 10, 2023
1 parent 3f0e8c1 commit bdca799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package-and-publish-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
type=sha,branch=$repo.default_branch,event=push
- name: Setup buildx
uses: docker/setup-buildx-action@v1
uses: docker/setup-buildx-action@v2

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

0 comments on commit bdca799

Please sign in to comment.