Skip to content

Commit cbfed5e

Browse files
Update docker/login-action digest to cad8984
1 parent 906e068 commit cbfed5e

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@cad89843109a11cb6f69f52fe695c42cf69d57d3
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@cad89843109a11cb6f69f52fe695c42cf69d57d3
2626
with:
2727
registry: ${{ env.REGISTRY }}
2828
username: ${{ github.actor }}

0 commit comments

Comments
 (0)