Skip to content
This repository was archived by the owner on Jul 11, 2025. It is now read-only.

Commit e4c5886

Browse files
Merge pull request #26 from open-AIMS/dependabot/github_actions/docker/login-action-3
Bump docker/login-action from 2 to 3
2 parents 7e524de + df440b3 commit e4c5886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/PublishDockerImage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
# Step 3: Log in to the GitHub Container Registry
6060
# This uses the provided GitHub token for authentication
6161
- name: Log in to the Container registry
62-
uses: docker/login-action@v2
62+
uses: docker/login-action@v3
6363
with:
6464
registry: ${{ env.REGISTRY }}
6565
username: ${{ github.actor }}

0 commit comments

Comments
 (0)