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 9cb6eb5 commit f08ba5bCopy full SHA for f08ba5b
1 file changed
.github/workflows/container-build.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Set up Docker Buildx
21
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
22
- name: Log into registry
23
- uses: docker/login-action@c99871dec2022cc055c062a10cc1a1310835ceb4 # v4.3.0
+ uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
24
with:
25
username: ${{ secrets.DOCKERHUB_USERNAME }}
26
password: ${{ secrets.DOCKERHUB_TOKEN }}
0 commit comments