Skip to content

Commit f258ad8

Browse files
authored
Merge pull request #184 from laminas/renovate/docker-login-action-3.x
Update docker/login-action action to v3
2 parents aa67e35 + 2b82153 commit f258ad8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-push-containers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
- name: Login to GitHub Container Registry
2323
if: ${{ github.event_name == 'release' }}
24-
uses: docker/login-action@v2
24+
uses: docker/login-action@v3
2525
with:
2626
registry: ghcr.io
2727
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)