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.
2 parents 3d250ad + 4a4bb9e commit acdf125Copy full SHA for acdf125
1 file changed
.github/workflows/ci.yml
@@ -54,7 +54,7 @@ jobs:
54
uses: docker/setup-buildx-action@v3
55
-
56
name: Login to Docker Hub
57
- uses: docker/login-action@v3
+ uses: docker/login-action@v4
58
with:
59
username: ${{ secrets.DOCKER_USERNAME }}
60
password: ${{ secrets.DOCKER_PASSWORD }}
@@ -118,7 +118,7 @@ jobs:
118
type=sha,format=short
119
120
121
122
123
124
0 commit comments