Skip to content

Commit 13baeef

Browse files
Update docker/login-action digest to 6862ffc
1 parent 89995e9 commit 13baeef

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-docker-django.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/checkout@v5
2828
# 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.
2929
- name: Log in to the Container registry
30-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef
30+
uses: docker/login-action@6862ffc5ab2cdb4405cf318a62a6f4c066e2298b
3131
with:
3232
registry: ${{ env.REGISTRY }}
3333
username: ${{ github.actor }}

.github/workflows/build-docker-pwa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/checkout@v5
2828
# 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.
2929
- name: Log in to the Container registry
30-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef
30+
uses: docker/login-action@6862ffc5ab2cdb4405cf318a62a6f4c066e2298b
3131
with:
3232
registry: ${{ env.REGISTRY }}
3333
username: ${{ github.actor }}

0 commit comments

Comments
 (0)