Skip to content

Commit 9f1e1c8

Browse files
authored
Merge pull request #193 from natrontech/dependabot/github_actions/docker/login-action-3.3.0
🌱 Bump docker/login-action from 3.2.0 to 3.3.0
2 parents dcf6cb6 + a6c9f60 commit 9f1e1c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/checkout@v4
2121

2222
- name: Log in to the Container registry
23-
uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446
23+
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567
2424
with:
2525
registry: ${{ env.REGISTRY }}
2626
username: ${{ github.actor }}

0 commit comments

Comments
 (0)