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

Commit 821a344

Browse files
chore(deps): bump docker/login-action
Bumps [docker/login-action](https://github.com/docker/login-action) from 65b78e6e13532edd9afa3aa52ac7964289d1a9c1 to 0d4c9c5ea7693da7b068278f7b52bda2a190a446. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@65b78e6...0d4c9c5) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 759be17 commit 821a344

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)