Skip to content

Commit 0601d4a

Browse files
Update docker/login-action digest to c144859
1 parent 906e068 commit 0601d4a

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

0 commit comments

Comments
 (0)