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 865280f commit 5fe3eb3Copy full SHA for 5fe3eb3
.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
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
146
- name: Build & inspect image
0 commit comments