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 d6507e0 + c6447e9 commit 8b502bbCopy full SHA for 8b502bb
.github/workflows/maven.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Docker Login
23
# You may pin to the exact commit or the version.
24
# uses: docker/login-action@f3364599c6aa293cdc2b8391b1b56d0c30e45c8a
25
- uses: docker/login-action@v3.5.0
+ uses: docker/login-action@v3.6.0
26
with:
27
username: ${{ secrets.DOCKER_USERNAME }}
28
password: ${{ secrets.DOCKER_PASSWORD }}
0 commit comments