diff --git a/.github/workflows/maven-ci-build.yml b/.github/workflows/maven-ci-build.yml index 05090b1b..8fb183df 100644 --- a/.github/workflows/maven-ci-build.yml +++ b/.github/workflows/maven-ci-build.yml @@ -19,7 +19,7 @@ jobs: server-username: MAVEN_CENTRAL_USER server-password: MAVEN_CENTRAL_TOKEN - name: Login to registry.redhat.io - uses: docker/login-action@v4.4.0 + uses: docker/login-action@v4.5.1 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 8f98211f..1ca9c69a 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@v4.4.0 + uses: docker/login-action@v4.5.1 with: username: ${{ secrets.REDHAT_REGISTRY_USER }} password: ${{ secrets.REDHAT_REGISTRY_TOKEN }}