Skip to content

Commit ca033af

Browse files
committed
Use docker/login-action v4 DEVOPS-2662
1 parent 331a4ef commit ca033af

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/mvn-dev-build-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797

9898
- name: Login to Index Data Docker Hub account
9999
if: ${{ env.CURRENT_BRANCH == env.PUBLISH_BRANCH }}
100-
uses: docker/login-action@v3
100+
uses: docker/login-action@v4
101101
with:
102102
username: ${{ secrets.DOCKER_USER }}
103103
password: ${{ secrets.DOCKER_PASSWORD }}

.github/workflows/release-maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
-p ${{ secrets.FOLIO_REGISTRY_PASSWORD }}
6161
OK -S ${{ env.OK_SESSION }} -x
6262
- name: Login to GitHub Container Registry
63-
uses: docker/login-action@v3
63+
uses: docker/login-action@v4
6464
with:
6565
registry: ${{ env.CONTAINER_REGISTRY }}
6666
username: ${{ github.ACTOR }}

0 commit comments

Comments
 (0)