Skip to content

Commit 2f2b907

Browse files
Update docker/login-action digest to a0d57b8
1 parent 906e068 commit 2f2b907

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/csr-daisyui/.github/workflows/publish.yml

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

2424
- name: Log in to the Container registry
25-
uses: docker/login-action@3d100841f68d4548bf57e52eb27bd33ec5069f55
25+
uses: docker/login-action@a0d57b8e43b6ef1cca20559d68cec2227e63fccd
2626
with:
2727
registry: ${{ env.REGISTRY }}
2828
username: ${{ github.actor }}

packages/ssr-daisyui/.github/workflows/publish.yml

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

2424
- name: Log in to the Container registry
25-
uses: docker/login-action@3d100841f68d4548bf57e52eb27bd33ec5069f55
25+
uses: docker/login-action@a0d57b8e43b6ef1cca20559d68cec2227e63fccd
2626
with:
2727
registry: ${{ env.REGISTRY }}
2828
username: ${{ github.actor }}

0 commit comments

Comments
 (0)