Skip to content
This repository was archived by the owner on Jun 28, 2025. It is now read-only.

Commit 665bf34

Browse files
authored
Merge pull request #36 from vim/dependabot/github_actions/development/docker/login-action-0d4c9c5ea7693da7b068278f7b52bda2a190a446
chore(deps): bump docker/login-action from 65b78e6e13532edd9afa3aa52ac7964289d1a9c1 to 0d4c9c5ea7693da7b068278f7b52bda2a190a446
2 parents e865a23 + 821a344 commit 665bf34

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-push-cms.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/checkout@v4
2222

2323
- name: Log in to the Container registry
24-
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
24+
uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446
2525
with:
2626
registry: ghcr.io
2727
username: ${{ github.actor }}

.github/workflows/build-push-web.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/checkout@v4
2222

2323
- name: Log in to the Container registry
24-
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
24+
uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446
2525
with:
2626
registry: ghcr.io
2727
username: ${{ github.actor }}

0 commit comments

Comments
 (0)