We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de56205 commit 0edb812Copy full SHA for 0edb812
.github/workflows/release.yaml
@@ -18,7 +18,7 @@ jobs:
18
go-version-file: "go.mod"
19
20
- name: Login to Docker Hub
21
- uses: docker/login-action@v3.1.0
+ uses: docker/login-action@v3.2.0
22
with:
23
username: ${{ secrets.DOCKERHUB_USERNAME }}
24
password: ${{ secrets.DOCKERHUB_TOKEN }}
0 commit comments