We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c0763f commit d63fd82Copy full SHA for d63fd82
1 file changed
.github/workflows/release.yml
@@ -45,7 +45,7 @@ jobs:
45
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # pin@v4.0.0
46
47
- name: Login to Docker Hub
48
- uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # pin@v4.2.0
+ uses: docker/login-action@v4
49
with:
50
username: ${{ secrets.DOCKERHUB_USERNAME }}
51
password: ${{ secrets.DOCKERHUB_TOKEN }}
0 commit comments