Skip to content

Commit ab03b43

Browse files
renovate[bot]webbnh
authored andcommitted
Update docker/login-action action to v3
1 parent f936800 commit ab03b43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/container_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
3232

3333
- name: Log in to the Container registry
34-
uses: docker/login-action@v2
34+
uses: docker/login-action@v3
3535
with:
3636
registry: ${{ env.REGISTRY }}
3737
username: ${{ secrets.REGISTRY_USERNAME }}

0 commit comments

Comments
 (0)