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 6bd9fc8 commit 61dc412Copy full SHA for 61dc412
.github/workflows/maven.yml
@@ -511,7 +511,7 @@ jobs:
511
# but setting ACR_LOGINURL to something else allows us to do testing on forks.
512
- name: Log in to Docker Hub
513
if: ${{ (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v')) && env.CONTAINER_REGISTRY_NAME != '' }}
514
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
515
with:
516
registry: ${{ secrets.ACR_LOGINURL }}
517
username: ${{ secrets.ACR_USERNAME }}
0 commit comments