Skip to content

Commit 80079f3

Browse files
Update docker/login-action digest to c94ce9f
1 parent 7507429 commit 80079f3

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@0567fa5ae8c9a197cb207537dc5cbb43ca3d803f
30+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9
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@0567fa5ae8c9a197cb207537dc5cbb43ca3d803f
30+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9
3131
with:
3232
registry: ${{ env.REGISTRY }}
3333
username: ${{ github.actor }}

0 commit comments

Comments
 (0)