Merge pull request #8 from rogsme/add-github-action

Updated docker/login-action
This commit is contained in:
Roger Gonzalez 2024-02-20 12:45:13 -03:00 committed by GitHub
commit 4cc130a64f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v4
- name: Log in to Docker Hub
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}