Skip to content

Commit

Permalink
Fix docker pipeline action
Browse files Browse the repository at this point in the history
  • Loading branch information
wmnnd committed Apr 28, 2023
1 parent a3fae5c commit c081509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
environment: build
steps:
- uses: actions/checkout@v3
- uses: docker/setup-buildx-action@2
- uses: docker/setup-buildx-action@v2
- uses: actions/cache@v3
with:
path: /tmp/.buildx-cache
Expand Down

0 comments on commit c081509

Please sign in to comment.