diff --git a/.github/workflows/maven-ci-build.yml b/.github/workflows/maven-ci-build.yml index b606974e..c30c0021 100644 --- a/.github/workflows/maven-ci-build.yml +++ b/.github/workflows/maven-ci-build.yml @@ -22,7 +22,7 @@ jobs: server-username: MAVEN_CENTRAL_USER server-password: MAVEN_CENTRAL_TOKEN - name: Login to registry.redhat.io - uses: docker/login-action@v3.7.0 + uses: docker/login-action@v4.0.0 with: username: ${{ secrets.REDHAT_REGISTRY_USER }} password: ${{ secrets.REDHAT_REGISTRY_TOKEN }} diff --git a/.github/workflows/maven-release.yml b/.github/workflows/maven-release.yml index 937f2d93..92fd9b59 100644 --- a/.github/workflows/maven-release.yml +++ b/.github/workflows/maven-release.yml @@ -18,7 +18,7 @@ jobs: server-username: MAVEN_CENTRAL_USER server-password: MAVEN_CENTRAL_TOKEN - name: Login to registry.redhat.io - uses: docker/login-action@v3.7.0 + uses: docker/login-action@v4.0.0 with: username: ${{ secrets.REDHAT_REGISTRY_USER }} password: ${{ secrets.REDHAT_REGISTRY_TOKEN }}