chore(deps): update docker/login-action action to v1.14.1

This commit is contained in:
renovate[bot] 2022-09-27 08:41:27 +00:00 committed by GitHub
parent 34e8c7c7ef
commit b23257e145
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

View File

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