Merge pull request #35 from BretFisher/dependabot/github_actions/docker/login-action-2.2.0
This commit is contained in:
4
.github/workflows/reusable-docker-build.yaml
vendored
4
.github/workflows/reusable-docker-build.yaml
vendored
@@ -140,14 +140,14 @@ jobs:
|
||||
|
||||
- name: Login to DockerHub
|
||||
if: inputs.dockerhub-enable
|
||||
uses: docker/login-action@v2.1.0
|
||||
uses: docker/login-action@v2.2.0
|
||||
with:
|
||||
username: ${{ secrets.dockerhub-username }}
|
||||
password: ${{ secrets.dockerhub-token }}
|
||||
|
||||
- name: Login to GHCR
|
||||
if: inputs.ghcr-enable
|
||||
uses: docker/login-action@v2.1.0
|
||||
uses: docker/login-action@v2.2.0
|
||||
with:
|
||||
registry: ghcr.io
|
||||
username: ${{ github.actor }}
|
||||
|
||||
Reference in New Issue
Block a user