We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0af824 commit 89d2345Copy full SHA for 89d2345
.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@d70bba72b1f3fd22344832f00baa16ece964efeb # v3
+ uses: docker/setup-buildx-action@4fd812986e6c8c2a69e18311145f9371337f27d4 # v3
35
36
- name: Log in to GitHub Container Registry
37
uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3
0 commit comments