Merge pull request #1708 from wpscanteam/dependabot/github_actions/docker/login-action-1.13.0

Bump docker/login-action from 1.12.0 to 1.13.0
This commit is contained in:
Erwan
2022-02-22 12:16:14 +01:00
committed by GitHub

View File

@@ -43,7 +43,7 @@ jobs:
install: true install: true
- name: Login to Docker Hub - name: Login to Docker Hub
uses: docker/login-action@v1.12.0 uses: docker/login-action@v1.13.0
with: with:
username: ${{ secrets.DOCKERHUB_USERNAME }} username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }} password: ${{ secrets.DOCKERHUB_TOKEN }}