We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 320495c commit 701b7d5Copy full SHA for 701b7d5
.github/workflows/build-publish-image.yml
@@ -31,7 +31,7 @@ jobs:
31
ref: ${{ github.event_name == 'release' && github.ref || env.RELEASE_TAG }}
32
33
- name: Set up Docker Buildx
34
- uses: docker/setup-buildx-action@aa33708b10e362ff993539393ff100fa93ed6a27 # v3
+ uses: docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db # v3
35
36
- name: Log in to GitHub Container Registry
37
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3
0 commit comments