Skip to content

Commit fbbaafe

Browse files
Update docker/login-action digest to 4907a6d
1 parent 45f0d72 commit fbbaafe

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@v6
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@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4
30+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4
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@v6
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@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4
30+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4
3131
with:
3232
registry: ${{ env.REGISTRY }}
3333
username: ${{ github.actor }}

0 commit comments

Comments
 (0)