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 c46f3f6 commit 4de6d86Copy full SHA for 4de6d86
.github/workflows/release.yml
@@ -140,7 +140,7 @@ jobs:
140
with:
141
version: ${{ env.MinVerVersion }}
142
- name: Set up Docker Buildx
143
- uses: docker/setup-buildx-action@v3.7.1
+ uses: docker/setup-buildx-action@v3.9.0
144
- name: Log in to GitHub container registry
145
shell: bash
146
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
0 commit comments