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.
2 parents 23adca0 + e58c245 commit ea5eb81Copy full SHA for ea5eb81
.github/workflows/build-containers.yml
@@ -38,7 +38,7 @@ jobs:
38
with:
39
version: ${{ env.MinVerVersion }}
40
- name: Set up Docker Buildx
41
- uses: docker/setup-buildx-action@v3.7.1
+ uses: docker/setup-buildx-action@v3.8.0
42
- name: Log in to GitHub container registry
43
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
44
- name: Build & inspect image
0 commit comments