Skip to content

Commit 0f3e2e4

Browse files
chore(deps): update docker/login-action digest to 0d4c9c5
1 parent 584dcad commit 0f3e2e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/checkout@v4
2626
# Uses the `docker/login-action` action to log in to the Container registry registry using the account and password that will publish the packages. Once published, the packages are scoped to the account defined here.
2727
- name: Log in to the Container registry
28-
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
28+
uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446
2929
with:
3030
registry: ${{ env.REGISTRY }}
3131
username: ${{ github.actor }}

0 commit comments

Comments
 (0)