Browse Source

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

pull/1717/head
Harry 1 year ago committed by GitHub
parent
commit
f3538e2633
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/docker-images.yml

2
.github/workflows/docker-images.yml

@ -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 }}

Loading…
Cancel
Save