We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c107226 commit 63a6e94Copy full SHA for 63a6e94
.github/workflows/release.yml
@@ -31,7 +31,7 @@ jobs:
31
registry: ghcr.io
32
username: ${{ github.actor }}
33
password: ${{ secrets.GITHUB_TOKEN }}
34
- - uses: docker/setup-buildx-action@v2
+ - uses: docker/setup-buildx-action@v3
35
- id: meta
36
uses: docker/metadata-action@v5
37
with:
0 commit comments