Merge pull request from wolviecb/renovate/docker-login-action-1.x

chore(deps): update docker/login-action action to v1.14.1
This commit is contained in:
Thomas Andrade 2022-09-27 10:41:51 +02:00 committed by GitHub
commit cca00adf12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

@ -13,7 +13,7 @@ jobs:
- name: Build
run: docker build . -t tandrade/short:latest
- name: Login
uses: docker/login-action@v1.10.0
uses: docker/login-action@v1.14.1
with:
username: tandrade
password: ${{ secrets.DOCKER_HUB_PASSWORD }}

@ -13,7 +13,7 @@ jobs:
- name: Build
run: docker build . -t tandrade/short:${GITHUB_REF/refs\/tags\//}
- name: Login
uses: docker/login-action@v1.10.0
uses: docker/login-action@v1.14.1
with:
username: tandrade
password: ${{ secrets.DOCKER_HUB_PASSWORD }}