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 3b4f896 commit ac03643Copy full SHA for ac03643
1 file changed
.github/workflows/publish.yml
@@ -62,7 +62,7 @@ jobs:
62
uses: docker/setup-buildx-action@v3
63
64
- name: Login to Docker registry
65
- uses: docker/login-action@v3
+ uses: docker/login-action@v4
66
with:
67
username: ${{ inputs.username }}
68
password: ${{ secrets.password }}
@@ -116,7 +116,7 @@ jobs:
116
${{ inputs.tags }}
117
118
119
120
121
122
0 commit comments