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 63c5181 commit 5756679Copy full SHA for 5756679
1 file changed
.github/workflows/docker-image.yml
@@ -19,7 +19,7 @@ jobs:
19
uses: docker/setup-buildx-action@v3
20
21
- name: Access Docker
22
- uses: docker/login-action@v3
+ uses: docker/login-action@v4
23
with:
24
username: ${{ secrets.DOCKER_USERNAME }}
25
password: ${{ secrets.DOCKER_PASSWORD }}
0 commit comments