Skip to content

Commit 4ebd344

Browse files
committed
chore: update docker deployment registry login 🪪
- Employ docker/login-action@v2 for enhanced security. - Refactor for efficiency, aligning with latest practices.
1 parent ea5190f commit 4ebd344

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy_image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Checkout repository
2121
uses: actions/checkout@v4
2222
- name: Log in to the Container registry
23-
uses: docker/login-action
23+
uses: docker/login-action@v2
2424
with:
2525
registry: ${{ env.REGISTRY }}
2626
username: ${{ github.actor }}

0 commit comments

Comments
 (0)