feat(docker-image): bump docker\login-action to v2.1.0

This commit is contained in:
Harry 2023-01-12 15:43:59 +00:00 committed by GitHub
parent 5a2cd55a02
commit f3538e2633
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Login to docker.01-edu.org Registry
uses: docker/login-action@v1
uses: docker/login-action@v2.1.0
with:
registry: docker.01-edu.org
username: ${{ secrets.USER_DOCKER_01EDU_ORG }}