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

chore(deps): update docker/login-action action to v2
This commit is contained in:
Thomas Andrade 2022-09-27 12:39:41 +02:00 committed by GitHub
commit bc1a86b9cb
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.14.1
uses: docker/login-action@v2.0.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@v1.14.1
uses: docker/login-action@v2.0.0
with:
username: tandrade
password: ${{ secrets.DOCKER_HUB_PASSWORD }}