Skip to content

Commit ee9ebdd

Browse files
Update docker/login-action digest to 327cd5a
1 parent 09d5409 commit ee9ebdd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish_api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: actions/checkout@v3
3232

3333
- name: Log in to the Container registry
34-
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
34+
uses: docker/login-action@327cd5a69de6c009b9ce71bce8395f28e651bf99
3535
with:
3636
registry: ${{ env.REGISTRY }}
3737
username: ${{ github.actor }}

.github/workflows/publish_frontend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: actions/checkout@v3
3232

3333
- name: Log in to the Container registry
34-
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
34+
uses: docker/login-action@327cd5a69de6c009b9ce71bce8395f28e651bf99
3535
with:
3636
registry: ${{ env.REGISTRY }}
3737
username: ${{ github.actor }}

0 commit comments

Comments
 (0)