Merge pull request #12 from wolviecb/renovate/docker-login-action-2.x

chore(deps): update docker/login-action action to v2.1.0
This commit is contained in:
Thomas Andrade 2022-10-12 10:56:15 +02:00 committed by GitHub
commit 62f3e966a5
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@v2.0.0
uses: docker/login-action@v2.1.0
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@v2.0.0
uses: docker/login-action@v2.1.0
with:
username: tandrade
password: ${{ secrets.DOCKER_HUB_PASSWORD }}