Skip to content

Commit d0c2422

Browse files
Update docker/login-action action to v3
| datasource | package | from | to | | ----------- | ------------------- | ---- | -- | | github-tags | docker/login-action | v1 | v3 |
1 parent 7b02702 commit d0c2422

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/forms-backend.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
uses: docker/setup-buildx-action@v1
7272

7373
- name: Login to Github Container Registry
74-
uses: docker/login-action@v1
74+
uses: docker/login-action@v3
7575
with:
7676
registry: ghcr.io
7777
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)