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 bce602f commit 0963f1dCopy full SHA for 0963f1d
1 file changed
.github/workflows/release.yml
@@ -128,7 +128,7 @@ jobs:
128
sudo rm -rf ./data
129
130
- name: Login to DockerHub
131
- uses: docker/login-action@v3
+ uses: docker/login-action@v4
132
with:
133
username: ${{ secrets.DOCKERHUB_USERNAME }}
134
password: ${{ secrets.DOCKERHUB_TOKEN }}
@@ -175,7 +175,7 @@ jobs:
175
merge-multiple: true
176
177
- name: Login to Docker Hub
178
179
180
181
0 commit comments