This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter.git


The following commit(s) were added to refs/heads/master by this push:
     new ce56bbd  SLING-13258 - Sling Starter GitHub actions fail: 
docker/login-action@.... is not allowed (#646)
ce56bbd is described below

commit ce56bbd35bff3f318f0cb92929eda557bdbc71dd
Author: Robert Munteanu <[email protected]>
AuthorDate: Mon Jul 6 18:07:23 2026 +0200

    SLING-13258 - Sling Starter GitHub actions fail: docker/login-action@.... 
is not allowed (#646)
    
    Switch to versions supported by 
https://github.com/apache/infrastructure-actions
---
 .github/workflows/docker-push.yml    | 2 +-
 .github/workflows/docker-release.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/docker-push.yml 
b/.github/workflows/docker-push.yml
index ce7da7c..674a379 100644
--- a/.github/workflows/docker-push.yml
+++ b/.github/workflows/docker-push.yml
@@ -36,7 +36,7 @@ jobs:
           cache: 'maven'
       - name: Login to Docker Hub
         id: login-docker-hub
-        uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2
+        uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0
         with:
           username: ${{ secrets.DOCKERHUB_USER }}
           password: ${{ secrets.DOCKERHUB_TOKEN }}
diff --git a/.github/workflows/docker-release.yml 
b/.github/workflows/docker-release.yml
index 8efe89b..9045476 100644
--- a/.github/workflows/docker-release.yml
+++ b/.github/workflows/docker-release.yml
@@ -36,7 +36,7 @@ jobs:
           cache: 'maven'
       - name: Login to Docker Hub
         id: login-docker-hub
-        uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2
+        uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0
         with:
           username: ${{ secrets.DOCKERHUB_USER }}
           password: ${{ secrets.DOCKERHUB_TOKEN }}

Reply via email to