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 331a4ef commit ca033afCopy full SHA for ca033af
2 files changed
.github/workflows/mvn-dev-build-deploy.yml
@@ -97,7 +97,7 @@ jobs:
97
98
- name: Login to Index Data Docker Hub account
99
if: ${{ env.CURRENT_BRANCH == env.PUBLISH_BRANCH }}
100
- uses: docker/login-action@v3
+ uses: docker/login-action@v4
101
with:
102
username: ${{ secrets.DOCKER_USER }}
103
password: ${{ secrets.DOCKER_PASSWORD }}
.github/workflows/release-maven.yml
@@ -60,7 +60,7 @@ jobs:
60
-p ${{ secrets.FOLIO_REGISTRY_PASSWORD }}
61
OK -S ${{ env.OK_SESSION }} -x
62
- name: Login to GitHub Container Registry
63
64
65
registry: ${{ env.CONTAINER_REGISTRY }}
66
username: ${{ github.ACTOR }}
0 commit comments