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

Commit f4e4534

Browse files
Merge pull request #143 from Dog-Face-Development/dependabot/github_actions/docker/login-action-3.3.0
Bump docker/login-action from 3.2.0 to 3.3.0
2 parents ce22f54 + e60bdbd commit f4e4534

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/checkout@v4
2727

2828
- name: Log in to the Container registry
29-
uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446
29+
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567
3030
with:
3131
registry: ${{ env.REGISTRY }}
3232
username: ${{ github.actor }}

0 commit comments

Comments
 (0)