We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab8ee10 commit 7f48d2aCopy full SHA for 7f48d2a
1 file changed
.github/workflows/build.yaml
@@ -47,7 +47,7 @@ jobs:
47
- name: Set up Docker Buildx
48
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4
49
- name: Login to Docker Hub
50
- uses: docker/login-action@c99871dec2022cc055c062a10cc1a1310835ceb4 # v4
+ uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4
51
with:
52
username: ${{ secrets.DOCKERHUB_USERNAME }}
53
password: ${{ secrets.DOCKERHUB_TOKEN }}
0 commit comments