Skip to content

Commit 5095ba5

Browse files
chore(deps): update docker/login-action action to v4
1 parent 5c37185 commit 5095ba5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/continuous-delivery.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Docker Buildx
1919
uses: docker/setup-buildx-action@v1.7.0
2020
- name: Login to GitHub Container Registry
21-
uses: docker/login-action@v1.14.1
21+
uses: docker/login-action@v4.6.0
2222
with:
2323
registry: ghcr.io
2424
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)