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 d03a205 commit 1b44084Copy full SHA for 1b44084
.github/workflows/maven.yml
@@ -40,7 +40,7 @@ jobs:
40
- name: Docker Login
41
# You may pin to the exact commit or the version.
42
# uses: docker/login-action@f3364599c6aa293cdc2b8391b1b56d0c30e45c8a
43
- uses: docker/login-action@v3.5.0
+ uses: docker/login-action@v3.6.0
44
with:
45
username: ${{ secrets.DOCKER_USERNAME }}
46
password: ${{ secrets.DOCKER_PASSWORD }}
0 commit comments