Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e994d37

Browse files
authoredJul 13, 2024··
Update docker/login-action action to v3
| datasource | package | from | to | | ----------- | ------------------- | ---- | -- | | github-tags | docker/login-action | v1 | v3 |
1 parent f887447 commit e994d37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎.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)
Please sign in to comment.