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 244d805 commit 59c33deCopy full SHA for 59c33de
.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.6.1
+ uses: docker/setup-buildx-action@v3.7.1
144
- name: Log in to GitHub container registry
145
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
146
- name: Build & inspect image
0 commit comments